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 534eb2f commit cf66692Copy full SHA for cf66692
1 file changed
.travis.yml
@@ -3,10 +3,8 @@ python:
3
- '2.6'
4
- '2.7'
5
6
-before_install:
7
- - 'python setup develop'
8
-
9
install:
+ - 'travis_retry pip install .'
10
- 'travis_retry pip install -e ".[test]" --use-mirrors'
11
12
script:
0 commit comments