No need to time now Travis has time tags

http://blog.travis-ci.com/2014-08-13-per-command-time-tags
This commit is contained in:
Hugo 2014-08-16 18:45:36 +03:00
parent 99cb19b671
commit ce89d19691

View File

@ -7,7 +7,7 @@ env: MAX_CONCURRENCY=4
python: python:
- "pypy" - "pypy"
- "pypy3" - "pypy3"t
- 2.6 - 2.6
- 2.7 - 2.7
- "2.7_with_system_site_packages" # For PyQt4 - "2.7_with_system_site_packages" # For PyQt4
@ -34,7 +34,7 @@ script:
- python setup.py clean - python setup.py clean
- CFLAGS="-coverage" python setup.py build_ext --inplace - CFLAGS="-coverage" python setup.py build_ext --inplace
- time coverage run --append --include=PIL/* selftest.py - coverage run --append --include=PIL/* selftest.py
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py - coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
after_success: after_success: