From 39306104fd36257e87ba18a4e2bfab8caf6c25ec Mon Sep 17 00:00:00 2001 From: nanoric Date: Thu, 24 Jan 2019 09:22:12 -0400 Subject: [PATCH] [Mod] make travis-ci use python3.6 instead of python3.7-dev --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c66a083..84bbbdda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.7-dev" + - "3.6" install: - pip install -r requirements.txt - pip install -r requirements-dev.txt