Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
uraxy committed Sep 28, 2016
1 parent d88bf2b commit fe56353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- pip install coveralls
# command to run tests
script:
- py.test --cov
- PYTHONPATH=. py.test --cov gaaqoo
# - coverage run --source=gaaqoo setup.py nosetests
after_success:
- coveralls

0 comments on commit fe56353

Please sign in to comment.