Guillaume Ayoub 9 lat temu
rodzic
commit
3560f96c8b
1 zmienionych plików z 2 dodań i 23 usunięć
  1. 2 23
      tox.ini

+ 2 - 23
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