From a43703fc69c64beb2d1c6c840304d6733655f0e6 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Fri, 19 Apr 2019 14:11:14 +0800 Subject: [PATCH] update python test versions --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84017828..dffcbed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "2.7.13" - - "3.6" + - "2.7.16" + - "3.7.3" # command to install dependencies install: - pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six @@ -9,4 +9,3 @@ install: # command to run tests script: pycodestyle samples tests script: pytest -