Commit 62a493f2 by Victor Manuel Alvarez

Add more Python versions to travis.yml

parent 201d8cd9
...@@ -3,9 +3,13 @@ language: python ...@@ -3,9 +3,13 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install: install:
- python setup.py install - python setup.py install
script: script:
- python tests.py - python tests.py
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