Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created May 8, 2014 22:32
Show Gist options
  • Save whitmo/7cb8d729e2072c7af4b1 to your computer and use it in GitHub Desktop.
Save whitmo/7cb8d729e2072c7af4b1 to your computer and use it in GitHub Desktop.
charmhelper w/ tox
coverage==3.7.1
Jinja2==2.7.2
MarkupSafe==0.19
mock==1.0.1
netaddr==0.7.11
netifaces==0.8
nose==1.3.1
python-mimeparse==0.1.4
PyYAML==3.11
Tempita==0.5.2
testtools==0.9.35
wsgiref==0.1.2
launchpadlib==1.10.2
python-apt
bzr
--find-links=./deps/
shelltoolbox==0.2.1
[tox]
envlist = py27
[testenv]
install_command=pip install --pre {opts}
--allow-all-external
--allow-unverified launchpadlib
--allow-unverified python-apt
--allow-unverified bzr
--allow-unverified lazr.authentication
{packages}
deps=-r{toxinidir}/test_requirements.txt
commands =
nosetests --nologcapture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment