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