django-downloadview/.travis.yml
2020-01-07 14:03:49 +01:00

16 lines
196 B
YAML

language: python
dist: bionic
python:
- 2.7
- 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
script:
- tox