Skip to content

Commit

Permalink
Merge pull request #233 from simplejson/travis-py37
Browse files Browse the repository at this point in the history
Add Python 3.7 to Travis
  • Loading branch information
etrepum committed Sep 4, 2018
2 parents f0a1bd8 + 58b5cd7 commit e2a54f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ matrix:
services:
- docker
python: '3.6'
env: BUILD_WHEEL=true
- os: linux
dist: xenial
sudo: required
services:
- docker
python: '3.7'
env: BUILD_SDIST=true BUILD_WHEEL=true
- os: linux
sudo: false
Expand All @@ -43,7 +50,10 @@ matrix:
env: PYENV_VERSION=2.7.12
- os: osx
language: objective-c
env: PYENV_VERSION=3.5.2
env: PYENV_VERSION=3.5.5
- os: osx
language: objective-c
env: PYENV_VERSION=3.6.5
install:
- "./.travis/install.sh"
script:
Expand Down
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
if [ -e "$HOME/.pyenv-simplejson" ]; then
rm -rf ~/.pyenv-simplejson
fi
git clone https://github.com/yyuu/pyenv.git ~/.pyenv-simplejson
git clone https://github.com/pyenv/pyenv.git ~/.pyenv-simplejson
else
(cd ~/.pyenv-simplejson; git pull)
fi
Expand Down

0 comments on commit e2a54f7

Please sign in to comment.