Skip to content

Commit

Permalink
TST: Install pytz in the CI.
Browse files Browse the repository at this point in the history
This should allow for some tests that require `pytz` to run during CI.
  • Loading branch information
jakirkham committed Feb 25, 2016
1 parent 1373aa7 commit 16416f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 16416f0

Please sign in to comment.