Thanks to visit codestin.com Credit goes to github.com
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.
1 parent e3042ab commit 695e729Copy full SHA for 695e729
2 files changed
.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