mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Simplify travis config.
This commit is contained in:
parent
9a82b76faf
commit
2988aa65e7
2 changed files with 3 additions and 12 deletions
|
|
@ -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
11
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue