summaryrefslogtreecommitdiff
path: root/appveyor.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 /appveyor.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 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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: