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

Skip to content

Commit 8580905

Browse files
committed
Revert "fix test"
This reverts commit ffdf56b.
1 parent 9156db1 commit 8580905

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 MySQL-python
20+
- pip install coveralls httpbin pyproxy>=0.1.6
2121
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install beanstalkc; fi
2222
- pip install -e .
2323
script:

tox.ini

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

0 commit comments

Comments
 (0)