Let's try another way then
This commit is contained in:
parent
3b93437db5
commit
e01dead727
1 changed files with 8 additions and 10 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -1,12 +1,10 @@
|
|||
env:
|
||||
- TOXENV=py36
|
||||
- TOXENV=py35
|
||||
- TOXENV=py34
|
||||
- TOXENV=py33
|
||||
- TOXENV=py3
|
||||
- TOXENV=py27
|
||||
- TOXENV=py26
|
||||
install: pip install -U tox
|
||||
language: python
|
||||
python: 3.5
|
||||
script: tox -e ${TOXENV}
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
script: tox -e py${TRAVIS_PYTHON_VERSION//./}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue