mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
16 lines
196 B
YAML
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
|