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

Skip to content

Commit 63d446f

Browse files
authored
Merge pull request #11614 from tacaswell/tst_remove_tox
CI: don't run tox to test pytz
2 parents b424991 + 695e729 commit 63d446f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.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)