Skip to content

Commit daedd7f

Browse files
committed
fixes travis config
1 parent c625af3 commit daedd7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ env:
4545

4646

4747
install:
48-
- pip install tox coverage python-coveralls>=2.5 coveralls>=0.5 codecov
48+
- pip install tox "coverage<=4.0" python-coveralls>=2.5 coveralls>=0.5 codecov
4949

5050
script:
5151
- tox -e $TOXENV -- py.test tests -v --capture=no --cov=concurrency \

tests/.coveragerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[run]
2-
branch = 1
2+
branch = True
33
source = concurrency
44

55
omit = src/concurrency/__init__.py
@@ -25,4 +25,4 @@ exclude_lines =
2525
ignore_errors = True
2626

2727
[html]
28-
directory = ~build/coverage
28+
directory = build/coverage

0 commit comments

Comments
 (0)