Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 2, 2018
1 parent 4de9b94 commit c356b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ python:

# command to install dependencies
install:
- "pip install -e . --upgrade"
- "pipenv install --dev"
- pip install --user pipenv
- pipenv install --dev

# command to run the dependencies
script:
- "pipenv run pytest"
- pipenv run pytest

0 comments on commit c356b0e

Please sign in to comment.