Removing python 2.4 from travis install

This commit is contained in:
James Cammarata 2015-07-31 22:52:41 -04:00
parent 00daf43aed
commit e7009a14b4

View file

@ -7,8 +7,8 @@ addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
#packages:
# - python2.4
install:
- pip install tox PyYAML Jinja2 sphinx
script: