Skip to content

Commit

Permalink
attempt to work around coverage subprocess problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Feb 23, 2016
1 parent ee2c502 commit 82a2b2c
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 @@ -12,7 +12,7 @@ install:
- "pip install -Ue .[test,build]"

# command to run tests, e.g. python setup.py test
script: nosetests --with-cov --cov=archivist
script: coverage run `which nosetests`

This comment has been minimized.

Copy link
@nedbat

nedbat Feb 23, 2016

coverage run -m nose might do it too...

This comment has been minimized.

Copy link
@cjw296

cjw296 Feb 23, 2016

Author Member

Indeed it does, thanks!


after_success:
- coveralls
Expand Down

0 comments on commit 82a2b2c

Please sign in to comment.