This commit is contained in:
Julien Duponchelle 2015-01-14 10:37:49 +01:00
parent 1af5513c86
commit f1a9cc9f01
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@
Sphinx==1.2.3
pytest==2.6.4
ws4py==0.3.4
pep8==1.5.7

View File

@ -5,3 +5,6 @@ envlist = py33, py34
commands = python setup.py test
deps = -rdev-requirements.txt
[pep8]
ignore = E501