Make Travis look nicer by specifying python version only for py35 TOXENV
This commit is contained in:
parent
864fa66f22
commit
347e5612b1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user