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 6539c69 commit ffdf56bCopy full SHA for ffdf56b
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- sudo service beanstalkd start
18
install:
19
- pip install --allow-all-external -r requirements.txt
20
- - pip install coveralls httpbin pyproxy>=0.1.6
+ - pip install coveralls httpbin pyproxy>=0.1.6 MySQL-python
21
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install beanstalkc; fi
22
- pip install -e .
23
script:
tox.ini
@@ -6,6 +6,7 @@ deps =
6
coverage
7
httpbin
8
pyproxy>=0.1.6
9
+ MySQL-python
10
py{26,27}: beanstalkc
11
install_command = pip install --allow-all-external {opts} {packages}
12
commands =
0 commit comments