mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
10 lines
137 B
YAML
10 lines
137 B
YAML
language: python
|
|
env:
|
|
- TOXENV=py27
|
|
- TOXENV=flake8
|
|
- TOXENV=sphinx
|
|
- TOXENV=readme
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox
|