8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b424991 + 695e729 commit 63d446fCopy full SHA for 63d446f
.travis.yml
@@ -163,7 +163,6 @@ script:
163
- |
164
echo "Calling pytest with the following arguments: $PYTEST_ADDOPTS"
165
python -mpytest
166
- - tox -e pytz
167
168
if [[ $RUN_FLAKE8 == 1 ]]; then
169
flake8 --statistics && echo "Flake8 passed without any issues!"
requirements/testing/travis36.txt
@@ -4,3 +4,4 @@ flake8
4
flake8-per-file-ignores
5
jupyter
6
pandas<0.21.0
7
+pytz
0 commit comments