Simplified .travis config.

This commit is contained in:
Fabio Caccamo 2020-03-01 11:45:22 +01:00
parent b82e6bb724
commit 7c0f11ea83
1 changed files with 8 additions and 23 deletions

View File

@ -1,28 +1,13 @@
os: linux
language: python
cache: pip
jobs:
include:
- python: "2.7"
env:
- TOX_ENV=py27
- python: "3.5"
env:
- TOX_ENV=py35
- python: "3.6"
env:
- TOX_ENV=py36
- dist: xenial
language: python
python: "3.7"
env:
- TOX_ENV=py37
- dist: xenial
language: python
python: "3.8"
env:
- TOX_ENV=py38
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install tox
- pip install tox-travis
script:
- tox -e $TOX_ENV
- tox