mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Move dummy test to test/ and run with nosetests
This commit is contained in:
parent
8b28c2c2f0
commit
cd967680cb
|
@ -14,7 +14,7 @@ python:
|
|||
install:
|
||||
- "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev cmake"
|
||||
- "pip install cffi"
|
||||
- "pip install coveralls"
|
||||
- "pip install coveralls nose"
|
||||
|
||||
# webp
|
||||
- pushd depends && ./install_webp.sh && popd
|
||||
|
@ -35,6 +35,8 @@ script:
|
|||
- if [ "$TRAVIS_PYTHON_VERSION" != "pypy" ]; then coverage run --append --include=PIL/* selftest.py; fi
|
||||
- if [ "$TRAVIS_PYTHON_VERSION" != "pypy" ]; then python Tests/run.py --coverage; fi
|
||||
|
||||
- nosetests test/
|
||||
|
||||
after_success:
|
||||
- coverage report
|
||||
- coveralls
|
||||
|
|
Loading…
Reference in New Issue
Block a user