Implementing the tox and travis
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user