We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5677c95 commit ef7a7aeCopy full SHA for ef7a7ae
.travis.yml
@@ -0,0 +1,20 @@
1
+# Travis CI
2
+language: python
3
+
4
+python:
5
+ - "3.6"
6
7
+cache:
8
+ - pip
9
10
+install:
11
+ - pip install -r requirements.txt
12
+ - pip install -r dev_requirements.txt
13
+ - python setup.py develop
14
15
+services:
16
+ - redis-server
17
18
+script:
19
+ - pushd demo
20
+ - pytest demo --cov=demo --cov=django_plotly_dash --cov-report term-missing
dev_requirements.txt
@@ -7,7 +7,7 @@ django-redis
grip
pandas
pylint
-pytest
+pytest>=3.6
pytest-django
pytest-cov
pytz
0 commit comments