Skip to content

Commit

Permalink
Install dev requirements in travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Dec 25, 2018
1 parent 2d35a84 commit bfe66cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ services:
install:
- pip install --upgrade pip
- pip install --upgrade setuptools pipenv
- pipenv install --deploy --system
- pipenv install --dev --deploy --system
- pipenv install --system -e .
before_script:
- docker-compose up -d
Expand Down

0 comments on commit bfe66cd

Please sign in to comment.