Skip to content

Commit

Permalink
try 3.7 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Nov 9, 2018
1 parent 9a93e7b commit 8bdd1ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
matrix:
- VERSION=3.5.3
- VERSION=3.6.0
- VERSION=3.7.1

before_install: source misc/travis/before_install.sh

Expand Down
2 changes: 2 additions & 0 deletions misc/travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if [[ $VERSION == "3.5."* ]]; then
export PYTHON_TAG=cp35-cp35m
elif [[ $VERSION == "3.6."* ]]; then
export PYTHON_TAG=cp36-cp36m
elif [[ $VERSION == "3.7."* ]]; then
export PYTHON_TAG=cp37-cp37m
fi

env | grep "^JAPR_"

0 comments on commit 8bdd1ca

Please sign in to comment.