diff options
| author | Matthew Iversen <teh.ivo@gmail.com> | 2014-06-02 22:23:58 +1000 |
|---|---|---|
| committer | Matthew Iversen <teh.ivo@gmail.com> | 2014-06-02 22:23:58 +1000 |
| commit | 912afb62d648e9c872fddc9392b73006e8335d9a (patch) | |
| tree | d2a57d8e00075292069e1edbabd2f0431c8c56aa /tox.ini | |
| parent | dc212fd1e1636fbc3bca6d9a1c7cf65ff7d311d2 (diff) | |
| download | python-setuptools-git-912afb62d648e9c872fddc9392b73006e8335d9a.tar.gz | |
Move tests.sh to a tox config
--HG--
extra : source : 0d6a065483104cc9781a3ff72c168f059ec11036
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..06421a73 --- /dev/null +++ b/tox.ini @@ -0,0 +1,5 @@ +[tox] +envlist = py26,py27,py31,py32,py33,py34 +[testenv] +deps=pytest +commands=py.test |
