We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec8720 commit 64ad274Copy full SHA for 64ad274
3 files changed
.travis.yml
@@ -2,8 +2,7 @@ language: python
2
python:
3
- 3.6
4
install:
5
- - pip install -r requirements.txt
6
- - pip install codecov
+ - pip install -r requirements-dev.txt codecov
7
script:
8
- pytest --cov=pythonpro
9
after_success:
requirements-dev.txt
@@ -0,0 +1,5 @@
1
+-r requirements.txt
+coverage==4.4.1
+pytest==3.2.3
+pytest-cov==2.5.1
+pytest-django==3.1.2
requirements.txt
@@ -1,6 +1,2 @@
-coverage==4.4.1
Django==2.0b1
-pytest==3.2.3
-pytest-cov==2.5.1
-pytest-django==3.1.2
pytz==2017.2
0 commit comments