Skip to content

Commit

Permalink
travisCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Murray Christopherson committed May 28, 2019
1 parent 2e3a005 commit d73aed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ python:
- "3.6"
cache: pip
before_install:
- pip install pipenv
- pip install -U pipenv
- pipenv --version
install:
- pipenv install --dev
script:
Expand Down

0 comments on commit d73aed9

Please sign in to comment.