Adjust AUTHORS.

This commit is contained in:
grossmj 2015-07-12 17:25:03 -06:00
parent 9e2a22fc8e
commit 6048222797
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1,2 @@
Jeremy Grossmann
Jeremy Grossmann
Julien Duponchelle

View File

@ -1,5 +1,5 @@
[tox]
envlist = py33, py34
envlist = py34
[testenv]
commands = python setup.py test
@ -9,5 +9,5 @@ deps = -rdev-requirements.txt
ignore = E501,E402
[pytest]
norecursedirs = old_tests .tox
norecursedirs = .tox
timeout = 5