main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
337 bytes
|
Line | |
---|
1 | # Tox (http://codespeak.net/~hpk/tox/) is a tool for running tests |
---|
2 | # in multiple virtualenvs. This configuration file will run the |
---|
3 | # test suite on all supported python versions. To use it, "pip install tox" |
---|
4 | # and then run "tox" from this directory. |
---|
5 | |
---|
6 | [tox] |
---|
7 | envlist = py27, pypy |
---|
8 | |
---|
9 | [testenv] |
---|
10 | commands = unit2 -v gluon.tests |
---|
11 | deps = unittest2 |
---|
Note: See
TracBrowser
for help on using the repository browser.