Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #795 from rtnpro/travis-ci-for-unittests
Browse files Browse the repository at this point in the history
Use travis CI to run tests from tests/units dir.
  • Loading branch information
cdrage authored Aug 31, 2016
2 parents e9fa288 + af27db6 commit e37911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
test:
pip install -qr requirements.txt
pip install -qr test-requirements.txt
$(PYTHON) -m pytest tests/ -vv --cov atomicapp
$(PYTHON) -m pytest tests/units/ -vv --cov atomicapp

.PHONY: image
image:
Expand Down

0 comments on commit e37911e

Please sign in to comment.