Skip to content

Commit 64ad274

Browse files
author
renzon
committed
Created requirements-dev
close #19
1 parent 8ec8720 commit 64ad274

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ language: python
22
python:
33
- 3.6
44
install:
5-
- pip install -r requirements.txt
6-
- pip install codecov
5+
- pip install -r requirements-dev.txt codecov
76
script:
87
- pytest --cov=pythonpro
98
after_success:

requirements-dev.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-r requirements.txt
2+
coverage==4.4.1
3+
pytest==3.2.3
4+
pytest-cov==2.5.1
5+
pytest-django==3.1.2

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
coverage==4.4.1
21
Django==2.0b1
3-
pytest==3.2.3
4-
pytest-cov==2.5.1
5-
pytest-django==3.1.2
62
pytz==2017.2

0 commit comments

Comments
 (0)