Skip to content

Commit 36cb300

Browse files
Install deps with pip so they are cached
1 parent 67870c9 commit 36cb300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ python:
1616
before_install:
1717
- pip install --quiet codecov
1818
install:
19+
# Install deps with pip so they are cached
20+
- pip install --quiet nose pytz requests
1921
- python setup.py -q install
2022
script:
2123
- coverage run setup.py -v test

0 commit comments

Comments
 (0)