Skip to content

Commit

Permalink
Try to make a Pipfile that will work on all Pythons and arches
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jun 29, 2020
1 parent f662acd commit 894b5b0
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 27 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ install:
- which $PYTHON
- $PYTHON --version
- $PYTHON -m pip install --upgrade pip coveralls pipenv==2018.11.26
# Skip lock as we have multiple versions of python
- pipenv install --skip-lock --dev
- pipenv install --dev
- $PYTHON setup.py $BDIST

script:
Expand Down
Loading

0 comments on commit 894b5b0

Please sign in to comment.