diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-01-20 12:37:19 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-01-20 14:06:13 +0200 |
commit | b2cb24d50016c1c82c5ad46235e0f4662fb42a69 (patch) | |
tree | a2335e40f9200874ffb223bf6e14a9c6d6c8ce7f /tox.ini | |
parent | 4acd1d2d542738db5bc82ba60757b5c6f556561e (diff) | |
download | apscheduler-b2cb24d50016c1c82c5ad46235e0f4662fb42a69.tar.gz |
PEP-8 fixes and testing improvements
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,jython,pypy +envlist = py26,py27,py32,py33,jython,pypy,pep8 [testenv] deps=pytest @@ -13,3 +13,7 @@ commands=py.test [] deps=nose pymongo redis + +[testenv:pep8] +deps=pep8 +commands=pep8 |