We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67870c9 commit 36cb300Copy full SHA for 36cb300
.travis.yml
@@ -16,6 +16,8 @@ python:
16
before_install:
17
- pip install --quiet codecov
18
install:
19
+ # Install deps with pip so they are cached
20
+ - pip install --quiet nose pytz requests
21
- python setup.py -q install
22
script:
23
- coverage run setup.py -v test
0 commit comments