Skip to content

Commit 9716cf1

Browse files
committed
Update Travis CI file to accept Pipfile
1 parent cdeb753 commit 9716cf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: python
22
python:
33
- '3.6'
4+
- '3.7-dev'
45
install:
6+
- pip install pipenv
7+
- pipenv install --dev
58
- pip install -U tox coveralls
69

710
script:

0 commit comments

Comments
 (0)