Skip to content

Commit 9a30fdf

Browse files
authored
Move coverage into dev-requirements.txt (#238)
1 parent 5119463 commit 9a30fdf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ python:
66
# - 3.7-dev
77
# - nightly
88

9-
before_install:
10-
- python3 -m pip install coverage
119
install:
1210
- python3 -m pip install -U -r dev-requirements.txt
1311
script:

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r requirements.txt
2+
coverage
23
pytest==4.5.0
34
pytest-asyncio==0.10.0
45
pytest-aiohttp==0.3.0

0 commit comments

Comments
 (0)