Skip to content

Commit 675164a

Browse files
Install test dependencies on Travis
1 parent 6361df0 commit 675164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22

33
install:
44
- pip3 install poetry
5-
- poetry install
5+
- poetry install --extras test
66

77
script:
88
- poetry run invoke lint

0 commit comments

Comments
 (0)