Updated .travis.yml

This commit is contained in:
Fabio Caccamo 2019-07-02 15:19:47 +02:00
parent d6345fcc99
commit 264ae4c73b
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,8 @@
dist: xenial
sudo: required
language: python
cache: pip
python: 3.5
cache: pip
env:
- TOX_ENV=py27
- TOX_ENV=py34
@ -15,11 +17,7 @@ matrix:
- python: "3.7"
env:
- TOX_ENV=py37
dist: xenial
language: python
sudo: required
install:
- pip install tox
script:
- tox -e $TOX_ENV
sudo: false