Skip to content

Commit 92175bb

Browse files
committed
add pytest plugin deps
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent 0b7aff5 commit 92175bb

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
- postgresql
66

77
install:
8-
- pip install -e . -r requirements.txt
8+
- pip install -e . -r requirements.txt -r requirements-dev.txt
99

1010
env:
1111
global:

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
pytest
2+
pytest-django
3+
freezegun
24
ipython
35
black

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ saneyaml>=0.5.2
1414
beautifulsoup4>=4.9.3
1515
python-dateutil>=2.8.1
1616
toml>=0.10.2
17-
17+
lxml>=4.6.3

0 commit comments

Comments
 (0)