Add 3.7 to to travis config

This commit is contained in:
Dave Halter
2018-12-16 18:16:50 +01:00
parent babf074448
commit 50edd82268
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -5,12 +5,14 @@ python:
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7
env: env:
- JEDI_TEST_ENVIRONMENT=27 - JEDI_TEST_ENVIRONMENT=27
- JEDI_TEST_ENVIRONMENT=34 - JEDI_TEST_ENVIRONMENT=34
- JEDI_TEST_ENVIRONMENT=35 - JEDI_TEST_ENVIRONMENT=35
- JEDI_TEST_ENVIRONMENT=36 - JEDI_TEST_ENVIRONMENT=36
- JEDI_TEST_ENVIRONMENT=37
addons: addons:
apt: apt:
@@ -22,7 +24,6 @@ matrix:
allow_failures: allow_failures:
- python: pypy - python: pypy
- env: TOXENV=sith - env: TOXENV=sith
- python: 3.7-dev
include: include:
- python: 3.6 - python: 3.6
env: env:
@@ -33,7 +34,7 @@ matrix:
# For now ignore pypy, there are so many issues that we don't really need # For now ignore pypy, there are so many issues that we don't really need
# to run it. # to run it.
#- python: pypy #- python: pypy
- python: "3.7-dev" - python: "nightly"
before_install: before_install:
- ./travis_install.sh - ./travis_install.sh
# Need to add the path to the Python versions in the end. This might add # Need to add the path to the Python versions in the end. This might add
+1 -1
View File
@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27, py34, py35, py36 envlist = py27, py34, py35, py36, py37
[testenv] [testenv]
extras = testing extras = testing
deps = deps =