Skip to content

Commit

Permalink
Turns out you can't have a pipfile for multiple versions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jun 29, 2020
1 parent 894b5b0 commit eaeab66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ install:
- which $PYTHON
- $PYTHON --version
- $PYTHON -m pip install --upgrade pip coveralls pipenv==2018.11.26
- pipenv install --dev
# Skip lock as we have multiple versions of python
- pipenv install --skip-lock --dev
- $PYTHON setup.py $BDIST

script:
Expand Down

0 comments on commit eaeab66

Please sign in to comment.