Merge pull request #354 from JeffPaine/patch-1

Remove python 2.5 from example travis config (not supported)
This commit is contained in:
Ian Cordasco
2014-01-21 12:14:49 -08:00
+1 -2
View File
@@ -65,11 +65,10 @@ example content::
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.1"
- "3.2"
- "3.3"
# command to install dependencies
script: python tests/test_all_of_the_units.py
branches: