Skip to content

Commit 004afbe

Browse files
committed
update travis
1 parent b5c843a commit 004afbe

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
language: python
22
python:
3-
- "3.4"
4-
- "3.5"
5-
- "3.6"
3+
- "3.4"
4+
- "3.5"
5+
- "3.6"
66
before_install:
7-
- "pip install -U pip"
8-
- "python setup.py install"
7+
- pip install --upgrade pip
8+
- pip install poetry
9+
- poetry install -v
910
# command to install dependencies
1011
install:
11-
- pip install -U -r requirements.txt
12+
- pip install -U -r requirements.txt
1213
# command to run tests
1314
script:
14-
- coverage run -m pytest
15+
- coverage run -m pytest
1516
# run coverage
1617
after_success:
17-
- codecov
18+
- codecov

0 commit comments

Comments
 (0)