Remove 2.6 and 3.2, keep 2.7 and 3.3. At least assertGreater() and some others are new in 2.7.

This commit is contained in:
hugovk 2014-03-02 12:04:44 +02:00
parent fa994f862a
commit f3c583359d

View file

@ -1,8 +1,6 @@
language: python language: python
python: python:
- '2.6'
- '2.7' - '2.7'
- '3.2'
- '3.3' - '3.3'
install: pip install -r requirements.txt install: pip install -r requirements.txt
script: ./test_pylast.py script: ./test_pylast.py