Skip to content

Commit

Permalink
chore: install pipenv in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncoulton committed Jan 16, 2018
1 parent f5e81ca commit 4dd61fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- 3.5
- 3.6
install:
- pip install pipenv
- pipenv install --dev
before_script:
- mkdir -p tests/_coverage
Expand Down

0 comments on commit 4dd61fb

Please sign in to comment.