diff options
author | John Kirkham <kirkhamj@janelia.hhmi.org> | 2016-02-25 00:41:12 -0500 |
---|---|---|
committer | John Kirkham <kirkhamj@janelia.hhmi.org> | 2016-02-25 00:53:22 -0500 |
commit | 16416f0143c9a1213d5d141cc229e740c0e01572 (patch) | |
tree | 82dcb054a3c0757c42148d05c9cc8cff5e85032f | |
parent | 1373aa79fe9e0563d6d05402c08dac08a329795d (diff) | |
download | numpy-16416f0143c9a1213d5d141cc229e740c0e01572.tar.gz |
TST: Install `pytz` in the CI.
This should allow for some tests that require `pytz` to run during CI.
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 1 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 diff --git a/appveyor.yml b/appveyor.yml index 0da02fd1c..9f4aacc29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ build_script: - SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH% - conda config --set always_yes yes - conda update conda - - conda install cython nose + - conda install cython nose pytz - pip install . -vvv test_script: |