mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Use tox for tests
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Tox (http://tox.testrun.org/) is a tool for running tests
|
||||
# in multiple virtualenvs. This configuration file will run the
|
||||
# test suite on all supported python versions. To use it, "pip install tox"
|
||||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = py26, py27
|
||||
|
||||
[testenv]
|
||||
# install_command requires tox>=1.6
|
||||
install_command = pip install --process-dependency-links {opts} {packages}
|
||||
commands = nosetests
|
||||
deps =
|
||||
nose
|
||||
Reference in New Issue
Block a user