Skip to content

Commit

Permalink
try different tester in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Feb 24, 2016
1 parent 29bcf50 commit 1434d4c
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 @@ -33,7 +33,7 @@ install:
- pip install .

script:
- nosetests --with-coverage --cover-package=pycvc --verbose
- python tests.py --with-coverage --cover-package=pycvc --verbose

after_success:
- if [ ${COVERAGE} = true ]; then coveralls; fi

0 comments on commit 1434d4c

Please sign in to comment.