Merge pull request #69 from tyll/fixes

Fix typo in tox.ini
This commit is contained in:
pcahyna 2018-07-11 15:32:02 +02:00 committed by GitHub
commit 7d44710f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ pytesttarget = .
passenv = {[base]passenv}
setenv =
{[base]setenv}
hangedir = {[base]changedir}
changedir = {[base]changedir}
basepython = python2.6
commands =
pytest \