Skip to content

Commit 0290765

Browse files
committed
update travis again
1 parent 004afbe commit 0290765

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ python:
33
- "3.4"
44
- "3.5"
55
- "3.6"
6-
before_install:
6+
- "3.7"
7+
install:
78
- pip install --upgrade pip
89
- pip install poetry
910
- poetry install -v
10-
# command to install dependencies
11-
install:
12-
- pip install -U -r requirements.txt
1311
# command to run tests
1412
script:
1513
- coverage run -m pytest

0 commit comments

Comments
 (0)