Skip to content

Commit 8b2401d

Browse files
committed
Fixing coveralls installation
1 parent 2e2a17b commit 8b2401d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- "make deps"
99
- "make install"
1010
before_script:
11-
- "pip install python-coveralls --use-mirrors"
11+
- "pip install coveralls"
1212
script: "make test"
1313
after_success:
1414
- "coveralls"

0 commit comments

Comments
 (0)