Travis CI: extended Python version coverage

This commit is contained in:
András Veres-Szentkirályi 2017-01-12 10:53:44 +01:00
parent 5d3b11a144
commit 72ffc80aad

View file

@ -1,6 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
sudo: false
install: "pip install -r requirements.txt"
script: nosetests