summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Kirkham <kirkhamj@janelia.hhmi.org>2016-02-25 00:41:12 -0500
committerJohn Kirkham <kirkhamj@janelia.hhmi.org>2016-02-25 00:53:22 -0500
commit16416f0143c9a1213d5d141cc229e740c0e01572 (patch)
tree82dcb054a3c0757c42148d05c9cc8cff5e85032f /.travis.yml
parent1373aa79fe9e0563d6d05402c08dac08a329795d (diff)
downloadnumpy-16416f0143c9a1213d5d141cc229e740c0e01572.tar.gz
TST: Install `pytz` in the CI.
This should allow for some tests that require `pytz` to run during CI.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 040d7362e..4bfe02ce8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,6 +88,7 @@ before_install:
- python -V
- pip install --upgrade pip setuptools
- pip install nose
+ - pip install pytz
# pip install coverage
# Speed up install by not compiling Cython
- pip install --install-option="--no-cython-compile" Cython