Travis should use python 3.6 interpreter

This commit is contained in:
Jeff Widman
2017-02-10 00:50:38 -08:00
parent b49af327cf
commit 8dcb97c05a

View File

@@ -1,6 +1,6 @@
sudo: false
language: python
python: "2.7"
python: "3.6"
env:
- TOXENV=py27
- TOXENV=py36