Skip to content

Commit

Permalink
feat(ci): Add 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Oct 27, 2019
1 parent eb3d391 commit 3c60571
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 @@ -12,6 +12,7 @@ env:
- VERSION=3.5.3
- VERSION=3.6.0
- VERSION=3.7.1
- VERSION=3.8.0

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 @@ -10,6 +10,8 @@ elif [[ $VERSION == "3.6."* ]]; then
export PYTHON_TAG=cp36-cp36m
elif [[ $VERSION == "3.7."* ]]; then
export PYTHON_TAG=cp37-cp37m
elif [[ $VERSION == "3.8."* ]]; then
export PYTHON_TAG=cp38-cp38m
fi

env | grep "^JAPR_"

0 comments on commit 3c60571

Please sign in to comment.