Update travis build
This commit is contained in:
parent
0db1f88330
commit
8c14c9383e
17
.travis.yml
17
.travis.yml
@ -1,9 +1,18 @@
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
python:
|
matrix:
|
||||||
- "3.4"
|
include:
|
||||||
- "3.6"
|
- python: "3.4"
|
||||||
- "3.7"
|
env: TOXENV=py3
|
||||||
|
- python: "3.5"
|
||||||
|
env: TOXENV=py3
|
||||||
|
- python: "3.6"
|
||||||
|
env: TOXENV=py3
|
||||||
|
- python: "3.7"
|
||||||
|
env: TOXENV=py3
|
||||||
|
- python: "pypy3.5"
|
||||||
|
env: TOXENV=pypy3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user