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 2fcec9c commit 28977ccCopy full SHA for 28977cc
.travis.yml
@@ -37,7 +37,8 @@ before_install:
37
- cd $TRAVIS_BUILD_DIR
38
39
install:
40
- - pip install MySQL-python psycopg2 pytz pyme whoosh
+ - pip install psycopg2 pytz whoosh
41
+ - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python pyme; fi
42
- pip install pytest-cov codecov
43
44
before_script:
0 commit comments