Add ALL supported python versions to .travis.yml

Unfortunately, pypy3 defaults to ASCII for sys.stdin :/
This commit is contained in:
Uiri
2017-04-08 22:16:05 -04:00
parent 50a0206518
commit 0762d642d9

View File

@@ -1,7 +1,12 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
addons:
apt:
packages: