Skip to content

Commit

Permalink
Revert "Have travis test against python3.6"
Browse files Browse the repository at this point in the history
This reverts commit 3da914f.

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
  • Loading branch information
vimalloc committed Jan 30, 2017
1 parent acd57ec commit 78a31e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78a31e7

Please sign in to comment.