Skip to content

Commit 59125e2

Browse files
committed
Update travis build
1 parent 66adda8 commit 59125e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: python
22
python:
33
- 3.7
4-
install:
4+
cache:
5+
pip: true
6+
before_install:
57
- pip install poetry
8+
install:
9+
- poetry install
610
script:
7-
- poetry install && poetry run python tests.py
11+
- poetry run python tests.py
812

0 commit comments

Comments
 (0)