Skip to content

Commit

Permalink
running check-manifest in a clean checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Jan 31, 2016
1 parent 30bd49d commit 8a0c2d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi

# clean checkout for manifest
- mkdir /tmp/check-manifest && cp -a . /tmp/check-manifest

# webp
- pushd depends && ./install_webp.sh && popd

Expand All @@ -47,7 +50,7 @@ script:

- 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/*,.coveragerc,.editorconfig,*.yml,*.yaml,tox.ini"
- pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd
# Sphinx
- make install
- pushd docs; make html; make linkcheck; popd
Expand Down

0 comments on commit 8a0c2d5

Please sign in to comment.