update travis config
This commit is contained in:
parent
9eb83bd515
commit
47b6233d42
1 changed files with 10 additions and 5 deletions
15
.travis.yml
15
.travis.yml
|
@ -5,11 +5,16 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
|
||||||
env:
|
matrix:
|
||||||
- TOXENV=py27
|
include:
|
||||||
- TOXENV=py34
|
- python: 2.7
|
||||||
- TOXENV=py35
|
env: TOXENV=py27
|
||||||
- TOXENV=py36
|
- python: 3.4
|
||||||
|
env: TOXENV=py34
|
||||||
|
- python: 3.5
|
||||||
|
env: TOXENV=py35
|
||||||
|
- python: 3.6
|
||||||
|
env: TOXENV=py36
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U tox nose cython
|
- pip install -U tox nose cython
|
||||||
|
|
Loading…
Reference in a new issue