We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2a17b commit 8b2401dCopy full SHA for 8b2401d
.travis.yml
@@ -8,7 +8,7 @@ install:
8
- "make deps"
9
- "make install"
10
before_script:
11
- - "pip install python-coveralls --use-mirrors"
+ - "pip install coveralls"
12
script: "make test"
13
after_success:
14
- "coveralls"
0 commit comments