Skip to content

Commit eb79f2e

Browse files
authored
Use pipenv for travis ci
1 parent 9d279e6 commit eb79f2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matrix:
66
dist: xenial
77

88
install:
9-
- pip install -r requirements.txt
10-
- pip install pylint
9+
- pipenv install
10+
- pipenv install pylint
1111

12-
script: python .lint.py
12+
script: python .lint.py

0 commit comments

Comments
 (0)