Skip to content

Commit b67fc2b

Browse files
committed
specific packages for travis
1 parent 37c1e33 commit b67fc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python:
1515
install:
1616
- pip install $DJANGO
1717
- python setup.py install
18-
- pip install -r requirements.txt
18+
- pip install factory_boy mock pytest-django
1919
script: py.test tests/
2020
matrix:
2121
exclude:

0 commit comments

Comments
 (0)