mirror of
https://github.com/sprockets/sprockets.cli.git
synced 2024-11-14 19:29:26 +00:00
Add Python 2.6 requirements to .travis.yml
This commit is contained in:
parent
0698006248
commit
46c07bd968
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ python:
|
|||
- 3.3
|
||||
- 3.4
|
||||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r requirements-2.6.txt; fi
|
||||
- pip install -r requirements.txt
|
||||
script: nosetests
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue