From 78a31e7ae44c3b69573a03c16f7291c72a308814 Mon Sep 17 00:00:00 2001 From: Landon GB Date: Sun, 29 Jan 2017 19:19:54 -0700 Subject: [PATCH] Revert "Have travis test against python3.6" This reverts commit 3da914fa75828ec1bcd4aee8494c9682f6fc3a2e. These commits got 3.6 working on travis, but broke 3.5 (go figure). It is the python interpereter in travis that is broken, not this code, and I'm too lazy to deal with it right now. I'll try again later --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 658bf97e..157d5153 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ env: - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 - - TOXENV=py36 install: - pip install -U pip - pip install -U Flask PyJWT six tox coverage coveralls