Travis integration: take 5

This commit is contained in:
Daniel Quinn 2016-02-21 01:53:10 +00:00
parent e0b2d27e01
commit 300dc97e83

View File

@ -1,5 +1,8 @@
language: python
sudo: false
python:
- "3.4"
- "3.5"
env:
- TOXENV=py34
- TOXENV=py35