Skip to content

Commit

Permalink
Add test_ci alias to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
f0t0n committed Mar 11, 2016
1 parent 4844786 commit 58f039e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- pip install -q pytest==2.9.0
- pip install -q .
# command to run tests
script: py.test --cov=signit tests
script: "python setup.py test_ci"

after_success:
coveralls
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[aliases]
test=pytest --addopts "-s --verbose --cov=signit --cov-report=term --cov-report=html tests"
test_ci=pytest --addopts "--quiet --cov=signit tests"

0 comments on commit 58f039e

Please sign in to comment.