Implementing the tox and travis

This commit is contained in:
Silvio Leite
2018-08-14 15:39:13 -03:00
parent fbad2744e1
commit c950daee2e
4 changed files with 25 additions and 0 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: python
python:
- "3.6"
- "3.7"
env:
- DJANGO_VERSION=2.0
install:
- pip install Django==$DJANGO_VERSION
- pip install tox-travis
- pip install -q -r requirements-dev.txt
script: tox