.travis.yml: remove Python 2.7 from the master branch

This commit is contained in:
James Lu 2017-09-01 18:09:44 -07:00
parent 6011742299
commit 604da3e358

View File

@ -1,7 +1,6 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"