Skip to content

Commit cf66692

Browse files
committed
Fix travis
1 parent 534eb2f commit cf66692

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ python:
33
- '2.6'
44
- '2.7'
55

6-
before_install:
7-
- 'python setup develop'
8-
96
install:
7+
- 'travis_retry pip install .'
108
- 'travis_retry pip install -e ".[test]" --use-mirrors'
119

1210
script:

0 commit comments

Comments
 (0)