Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffdf56b

Browse files
committed
fix test
1 parent 6539c69 commit ffdf56b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- sudo service beanstalkd start
1818
install:
1919
- pip install --allow-all-external -r requirements.txt
20-
- pip install coveralls httpbin pyproxy>=0.1.6
20+
- pip install coveralls httpbin pyproxy>=0.1.6 MySQL-python
2121
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install beanstalkc; fi
2222
- pip install -e .
2323
script:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ deps =
66
coverage
77
httpbin
88
pyproxy>=0.1.6
9+
MySQL-python
910
py{26,27}: beanstalkc
1011
install_command = pip install --allow-all-external {opts} {packages}
1112
commands =

0 commit comments

Comments
 (0)