Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 695e729

Browse files
committed
CI: don't run tox to test pytz
We install pandas on 2 of the entries in the test matrix which in pytz. Additionally explicitly install pytz on one of the py3.6 runs.
1 parent e3042ab commit 695e729

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ script:
163163
- |
164164
echo "Calling pytest with the following arguments: $PYTEST_ADDOPTS"
165165
python -mpytest
166-
- tox -e pytz
167166
- |
168167
if [[ $RUN_FLAKE8 == 1 ]]; then
169168
flake8 --statistics && echo "Flake8 passed without any issues!"

requirements/testing/travis36.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ flake8
44
flake8-per-file-ignores
55
jupyter
66
pandas<0.21.0
7+
pytz

0 commit comments

Comments
 (0)