mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
12 lines
149 B
YAML
12 lines
149 B
YAML
language: python
|
|
dist: bionic
|
|
python:
|
|
- 3.6
|
|
- 3.7
|
|
- 3.8
|
|
- 3.9-dev
|
|
install:
|
|
- pip install tox
|
|
- pip install -q tox-travis
|
|
script:
|
|
- tox
|