Created
May 1, 2019 05:04
-
-
Save ChrisMacNaughton/3043f13d06427383d103bf518d193c71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build requirements | |
-e git+https://github.com/juju/charm-tools.git#egg=charm-tools | |
simplejson |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tox] | |
skipsdist = True | |
envlist = venv | |
[testenv] | |
setenv = VIRTUAL_ENV={envdir} | |
PYTHONHASHSEED=0 | |
TERM=linux | |
passenv = http_proxy https_proxy | |
install_command = | |
pip install {opts} {packages} | |
deps = | |
-r{toxinidir}/requirements.txt | |
[testenv:venv] | |
commands = {posargs} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment