Implementing the tox and travis
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
|||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
django_progressive_web_app.egg-info/
|
django_progressive_web_app.egg-info/
|
||||||
|
.tox/
|
||||||
|
|||||||
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
|
||||||
@@ -1 +1,2 @@
|
|||||||
pypandoc==1.3.3
|
pypandoc==1.3.3
|
||||||
|
tox==3.2.1
|
||||||
Reference in New Issue
Block a user