Skip to content
Snippets Groups Projects
Commit d388a181422e authored by Bob Ippolito's avatar Bob Ippolito
Browse files

Merge pull request #233 from simplejson/travis-py37

Add Python 3.7 to Travis
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,13 @@
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
......@@ -43,7 +50,10 @@
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:
......
......@@ -8,7 +8,7 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment