Install importlib on Travis' py26 environment.

This commit is contained in:
Vincent Driessen 2013-01-24 10:17:46 +01:00
parent 36eb555981
commit 0bc451f75b
3 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@ python:
- "2.7"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi
- pip install -r requirements.txt
- pip install pytest
#- pip install pytest # installed by Travis by default already
script:
- py.test

3
py26-requirements.txt Normal file
View File

@ -0,0 +1,3 @@
unittest2
importlib
argparse

View File

@ -1,3 +1,2 @@
redis
times
argparse