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:
parent
fa994f862a
commit
f3c583359d
|
@ -1,8 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- '2.6'
|
||||
- '2.7'
|
||||
- '3.2'
|
||||
- '3.3'
|
||||
install: pip install -r requirements.txt
|
||||
script: ./test_pylast.py
|
||||
|
|
Loading…
Reference in a new issue