Skip to content

Instantly share code, notes, and snippets.

@ChrisMacNaughton
Created May 1, 2019 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisMacNaughton/3043f13d06427383d103bf518d193c71 to your computer and use it in GitHub Desktop.
Save ChrisMacNaughton/3043f13d06427383d103bf518d193c71 to your computer and use it in GitHub Desktop.
# Build requirements
-e git+https://github.com/juju/charm-tools.git#egg=charm-tools
simplejson
[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