From 3560f96c8b5d02e8f006a10f3113b297222c301c Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 18 May 2016 22:31:28 +0200 Subject: [PATCH] Fix tox.ini --- tox.ini | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/tox.ini b/tox.ini index 9a74e90..02e5637 100644 --- a/tox.ini +++ b/tox.ini @@ -3,31 +3,10 @@ envlist = py33, py34, py35 [base] deps = - sqlalchemy - nose-cov - pam - requests flake8 + pytest [testenv] commands = flake8 - nosetests [] - -[testenv:py33] -deps = - git+https://github.com/eberle1080/dulwich-py3k.git - {[base]deps} - -[testenv:py34] -deps = - git+https://github.com/eberle1080/dulwich-py3k.git - {[base]deps} - -[testenv:py35] -deps = - git+https://github.com/eberle1080/dulwich-py3k.git - {[base]deps} - -[flake8] -max-line-length = 100 + py.test