|
@@ -10,8 +10,8 @@ script: nosetests
|
|
|
# Ensure dependencies are installed
|
|
|
install:
|
|
|
- pip install requests requests_download jinja2 yarg win_cli_launchers testpath
|
|
|
- - if [[ ${TRAVIS_PYTHON_VERSION} == '2.7' ]]; then pip install configparser pathlib; fi
|
|
|
- - if [[ ${TRAVIS_PYTHON_VERSION} == '3.3' ]]; then pip install pathlib; fi
|
|
|
+ - if [[ ${TRAVIS_PYTHON_VERSION} == '2.7' ]]; then pip install configparser pathlib2; fi
|
|
|
+ - if [[ ${TRAVIS_PYTHON_VERSION} == '3.3' ]]; then pip install pathlib2; fi
|
|
|
|
|
|
# Enable new Travis stack, should speed up builds
|
|
|
sudo: false
|