Skip to content

Commit

Permalink
Disable code coverage checking on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Jul 20, 2013
1 parent 863b124 commit 2e11a0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -11,4 +11,5 @@ install:
- pip install .
script:
- if [ "$TRAVIS_SOLO" != "true" ]; then COALRINGBUF_FULL_TEST=1; fi;
nosetests -v --with-coverage --cover-package=coalringbuf
if [ "$TRAVIS_PYTHON_VERSION" != "pypy" ]; then OPTIONS="--with-coverage"; fi;
nosetests -v $OPTIONS --cover-package=coalringbuf

0 comments on commit 2e11a0b

Please sign in to comment.