From 695e729f6e4673bc3c2ef9ab79530aea0f25ad14 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 9 Jul 2018 21:53:08 -0400 Subject: [PATCH] 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. --- .travis.yml | 1 - requirements/testing/travis36.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b586846373bd..21295a079dee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,7 +163,6 @@ script: - | echo "Calling pytest with the following arguments: $PYTEST_ADDOPTS" python -mpytest - - tox -e pytz - | if [[ $RUN_FLAKE8 == 1 ]]; then flake8 --statistics && echo "Flake8 passed without any issues!" diff --git a/requirements/testing/travis36.txt b/requirements/testing/travis36.txt index 70d746b82b51..31ea599d7e82 100644 --- a/requirements/testing/travis36.txt +++ b/requirements/testing/travis36.txt @@ -4,3 +4,4 @@ flake8 flake8-per-file-ignores jupyter pandas<0.21.0 +pytz