Adding python versions in travis config

This commit is contained in:
Roman Mogilatov 2015-03-18 18:58:29 +02:00
parent 126883f5c1
commit b93bb61e28

View File

@ -1,4 +1,7 @@
language: python language: python
python:
- '2.6'
- '2.7'
install: install:
- pip install tox - pip install tox
script: script: