Don't run tests on Travis with Python 3.2

coverage.py doesn't support it.
This commit is contained in:
Peter Melnichenko 2016-04-27 23:38:35 +03:00
parent 0086cd3457
commit b2b870c62e

View File

@ -7,11 +7,6 @@ matrix:
python: 2.7 python: 2.7
cache: cache:
directories: test/cache directories: test/cache
- os: linux
sudo: false
python: 3.2
cache:
directories: test/cache
- os: linux - os: linux
sudo: false sudo: false
python: 3.5 python: 3.5