Make travis-CI python 2.6 jobs work

This commit is contained in:
Clint Byrum 2013-03-15 00:31:34 -07:00
parent 35b017f7f2
commit 0646793232
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install --use-mirrors pystache nose
install: pip install --use-mirrors pystache nose argparse
# # command to run tests, e.g. python setup.py test
script: nosetests