From 3703c43d62e560f6607226a298e294cb37a52e33 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 16 Dec 2018 18:27:47 +0100 Subject: [PATCH] Testing the nightly should use a more modern Python version --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 465c6505..5a34e0d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,8 @@ matrix: # to run it. #- python: pypy - python: "nightly" + env: + - JEDI_TEST_ENVIRONMENT=36 before_install: - ./travis_install.sh # Need to add the path to the Python versions in the end. This might add