@@ -8,7 +8,7 @@ python:
script: nosetests
# Ensure dependencies are installed
install:
- - pip install requests requests_download jinja2 yarg
+ - pip install requests requests_download jinja2 yarg win_cli_launchers
- if [[ ${TRAVIS_PYTHON_VERSION} == '2.7' ]]; then pip install configparser pathlib; fi
- if [[ ${TRAVIS_PYTHON_VERSION} == '3.3' ]]; then pip install pathlib; fi
@@ -6,7 +6,7 @@ environment:
- cinst nsis
- - "%PYTHON%\\python.exe -m pip install requests requests_download jinja2 yarg nose"
+ - "%PYTHON%\\python.exe -m pip install requests requests_download jinja2 yarg nose win_cli_launchers"
build: off
@@ -9,6 +9,7 @@ requires = requests
requests_download
jinja2
yarg
+ win_cli_launchers
configparser; python_version == '2.7'
pathlib; python_version == '2.7' or python_version == '3.3'
classifiers = License :: OSI Approved :: MIT License