mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
16 lines
217 B
YAML
16 lines
217 B
YAML
language: python
|
|
dist: xenial
|
|
cache: pip
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
- "pypy3"
|
|
services:
|
|
- redis-server
|
|
install: pip install tox-travis codecov
|
|
script: tox
|
|
after_success:
|
|
- codecov
|