From 100b531affe5bb3e6b3ee8f1aa59d3a1f5a74aeb Mon Sep 17 00:00:00 2001 From: sebres Date: Fri, 24 Nov 2017 13:33:20 +0100 Subject: [PATCH] travis: add build for python 3.7-dev and switch to newest pypy3.3 in travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2b60ed1..0c611a95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,10 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7-dev # disabled since setuptools dropped support for Python 3.0 - 3.2 # - pypy3 - - pypy3.3-5.2-alpha1 + - pypy3.3-5.5-alpha before_install: - echo "running under $TRAVIS_PYTHON_VERSION" - if [[ $TRAVIS_PYTHON_VERSION == 2* || $TRAVIS_PYTHON_VERSION == pypy* && $TRAVIS_PYTHON_VERSION != pypy3* ]]; then export F2B_PY_2=true && echo "Set F2B_PY_2"; fi