mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add tox support (http://tox.testrun.org/)
This commit is contained in:
parent
9dba6bf7ec
commit
0e88aa6907
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ html/
|
||||
examples/frameworks/pylonstest/PasteScript*
|
||||
examples/frameworks/pylonstest/pylonstest.egg-info/
|
||||
examples/frameworks/django/testing/testdb.sql
|
||||
.tox
|
||||
|
||||
11
tox.ini
Normal file
11
tox.ini
Normal file
@ -0,0 +1,11 @@
|
||||
# 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, pypy
|
||||
|
||||
[testenv]
|
||||
commands = nosetests
|
||||
deps = nose
|
||||
Loading…
x
Reference in New Issue
Block a user