Simplify travis config.

This commit is contained in:
Rémy HUBSCHER 2020-01-07 14:11:59 +01:00
parent 9a82b76faf
commit 2988aa65e7
No known key found for this signature in database
GPG key ID: 82B47F36036A312A
2 changed files with 3 additions and 12 deletions

View file

@ -5,10 +5,6 @@ python:
- 3.6
- 3.7
- 3.8
env:
- DJANGO=1.11
- DJANGO=2.2
- DJANGO=3.0
install:
- pip install tox
- pip install -q tox-travis

11
tox.ini
View file

@ -3,14 +3,9 @@ envlist = py27-django111,
py{35,36,36,37,38}-django{22,30},
flake8, sphinx, readme
[tox:travis]
3.8 = py38, flake8, sphinx, readme
[travis:env]
DJANGO =
1.11: django111
2.2: django22
3.0: django30
[travis]
python=
3.8: py38, flake8, sphinx, readme
[testenv]
deps =