Skip to content

Commit

Permalink
Disabled Travis coverage scripts for nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 11, 2015
1 parent b1e081b commit e9f0d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -35,12 +35,12 @@ install:
- pushd depends && ./install_openjpeg.sh && popd

script:
- coverage erase
- if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage erase; fi
- python setup.py clean
- CFLAGS="-coverage" python setup.py build_ext --inplace

- coverage run --append --include=PIL/* selftest.py
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
- if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* selftest.py; fi
- if [ "$TRAVIS_PYTHON_VERSION" != "nightly" ]; then coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py; fi
- check-manifest --ignore "depends/*"

after_success:
Expand Down

0 comments on commit e9f0d53

Please sign in to comment.