Commit 62a493f2 by Victor Manuel Alvarez

Add more Python versions to travis.yml

parent 201d8cd9
......@@ -3,6 +3,10 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- python setup.py install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment