Commit c9d347bb authored by Matt Iversen's avatar Matt Iversen

Fix typo

parent 628c1b95
[tox] [tox]
envlist = envlist =
py26,py27,py27-cffi,pypy,py33,py34,py35,lint py26,py27,py33,py34,py35,py27-cffi,pypy,lint
[testenv] [testenv]
deps = deps =
...@@ -8,7 +8,7 @@ deps = ...@@ -8,7 +8,7 @@ deps =
cython >= 0.23.4 cython >= 0.23.4
coverage >= 4.0 coverage >= 4.0
psutil psutil
cffi cffi
whitelist_externals = whitelist_externals =
* *
commands = commands =
...@@ -43,5 +43,5 @@ commands = ...@@ -43,5 +43,5 @@ commands =
[testenv:leak] [testenv:leak]
basepython = basepython =
python2.7 python2.7
commonds = commands =
make leaktest make leaktest
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment