Skip to content

Commit a3f7902

Browse files
Arthur Gautierbaloo
Arthur Gautier
authored andcommitted
fixup tests
Signed-off-by: Arthur Gautier <[email protected]>
1 parent ecf93de commit a3f7902

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ dist: trusty
22
language: python
33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "3.6"
@@ -13,7 +12,8 @@ env:
1312
install:
1413
# Needs a newer version of pip to do the pip installation line
1514
- pip install pip --upgrade
16-
- pip install .[test] nose
15+
- pip install -e '.[test]'
16+
- pip install nose
1717
cache:
1818
apt: true
1919
pip: true
@@ -23,9 +23,8 @@ before_script:
2323
- env | grep DB
2424
- bash -c "if [ '$DB' = 'mysql57' ]; then sudo ./scripts/install_mysql57.sh; fi"
2525
- bash -c "if [ '$DB' = 'mysql56' ]; then sudo ./scripts/install_mysql56.sh; fi"
26-
- which nosetests > ~/where-is-nosetests
2726
script:
28-
- "sudo $(cat ~/where-is-nosetests) pymysqlreplication.tests.test_abnormal:TestAbnormalBinLogStreamReader.test_no_trailing_rotate_event"
27+
- "sudo $(which nosetests) pymysqlreplication.tests.test_abnormal:TestAbnormalBinLogStreamReader.test_no_trailing_rotate_event"
2928
- "nosetests -e test_no_trailing_rotate_event"
3029

3130
deploy:

0 commit comments

Comments
 (0)