Remove Python 2 from testing and add Python 3.5.0

Pokemon-Terminal does not support Python 2.
This commit is contained in:
cclauss 2017-06-29 19:08:52 +02:00 committed by GitHub
parent 911dff25f3
commit 7b4a7656fc

View file

@ -2,7 +2,7 @@ sudo: false
dist: trusty dist: trusty
language: python language: python
python: python:
- "2.7.13" - "3.5.0"
- "3.6.1" - "3.6.1"
- "nightly" # currently points to 3.7-dev - "nightly" # currently points to 3.7-dev
install: install: