Skip to content

Commit

Permalink
Use pipenv sync instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed Jun 25, 2019
1 parent 33302da commit 2f5d2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
- python -m pip install pipenv

install:
- pipenv install --ignore-pipfile --dev
- pipenv sync --dev
- cp faf-server.example.pem faf-server.pem
- docker build -t faf-python-server .

Expand Down

0 comments on commit 2f5d2e9

Please sign in to comment.