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 45b4382 commit 2be9ab2Copy full SHA for 2be9ab2
.travis.yml
@@ -6,7 +6,7 @@ python:
6
- "3.3"
7
- "3.4"
8
install:
9
- - "pip install . --use-mirrors"
+ - "pip install ."
10
- "pip install pytest --use-mirrors"
11
- "pip install coverage coveralls"
12
script: coverage run setup.py test
0 commit comments