set python version for travis to 2.7 only

This commit is contained in:
Edd Robinson
2013-06-11 00:13:11 +01:00
parent d92e96a7d4
commit bb36959b65
-1
View File
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r docs/requirements.txt --use-mirrors
# command to run tests, e.g. python setup.py test