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