Make Travis look nicer by specifying python version only for py35 TOXENV

This commit is contained in:
Felix Yan 2015-11-07 22:17:30 +08:00
parent 864fa66f22
commit 347e5612b1
1 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
sudo: false
language: python
python:
- 3.5
matrix:
include:
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=flake8
install: pip install tox