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 67e98f0 commit 459f9d7Copy full SHA for 459f9d7
.travis.yml
@@ -67,8 +67,7 @@ before_install:
67
- cd $TRAVIS_BUILD_DIR
68
69
install:
70
- - pip install gpg psycopg2 pytz whoosh
71
- - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python; fi
+ - pip install gpg mysqlclient psycopg2 pytz whoosh
72
- pip install pytest-cov codecov
73
74
before_script:
0 commit comments