Browse Source

🐛 Install dev-packages with pipenv, not pip

pull/11/head
Sebastián Ramírez 6 years ago
parent
commit
19c6a2b9bd
  1. 4
      .travis.yml

4
.travis.yml

@ -7,8 +7,8 @@ python:
- "3.7-dev"
install:
- pip install pipenv --dev
- pipenv install
- pip install pipenv
- pipenv install --dev
script:
- bash scripts/test.sh

Loading…
Cancel
Save