Skip to content

Commit

Permalink
Try pytest on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Mar 16, 2016
1 parent 34a089b commit 52b8af2
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 @@ -13,6 +13,6 @@ install:
- pip-accel install .
script:
- make check
- coverage run --source=vcs_repo_mgr setup.py test
- make test
after_success:
coveralls

0 comments on commit 52b8af2

Please sign in to comment.