diff options
| author | Wouter Bolsterlee <uws@xs4all.nl> | 2013-11-06 23:15:55 +0100 |
|---|---|---|
| committer | Wouter Bolsterlee <uws@xs4all.nl> | 2013-11-06 23:15:55 +0100 |
| commit | 0eef5fb06d28732a60bc6d2befd0584c1adbba53 (patch) | |
| tree | a21ef7a94ef0e3f7cb7e67e59b364a8d8a3560da | |
| parent | 914f88a2317a48914f3f522af1c9214acb951324 (diff) | |
| download | happybase-0eef5fb06d28732a60bc6d2befd0584c1adbba53.tar.gz | |
Improve tox.ini: add dependencies and remove Python 2.6
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ [tox] -envlist = py26,py27 +envlist = py27 [testenv] +deps= + nose + coverage commands=nosetests |
