Skip to content

Commit

Permalink
Update Travis for pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jun 21, 2018
1 parent a68c60e commit 3e0b852
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@ language: python
python:
- "3.5"
- "3.6"

env:
- PIPENV_IGNORE_VIRTUALENVS=1

install:
- pip install -r requirements-dev.txt
- pip install pipenv
- pipenv install --dev --ignore-pipfile

script:
- PYTHONPATH=. py.test
- pipenv run lint
- pipenv run pytest

0 comments on commit 3e0b852

Please sign in to comment.