Skip to content

Commit

Permalink
don't use pipenv for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Um9i committed Jun 16, 2018
1 parent 23ca268 commit 4c63a65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,7 @@ before_install:
- "cd {{cookiecutter.app_slug}}"

install:
- "pip install pipenv"
- "pipenv install --dev"
- "pip install -r requirements.txt"

before_script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then docker-compose up --build -d; fi
Expand Down

0 comments on commit 4c63a65

Please sign in to comment.