Browse Source

Remove temporary workaround

Ask Solem 8 years ago
parent
commit
86d79b9ae6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tox.ini

+ 1 - 2
tox.ini

@@ -15,8 +15,7 @@ deps=
 sitepackages = False
 recreate = False
 commands = pip install -U -r{toxinidir}/requirements/dev.txt
-           pip install -U {toxinidir}/../case
-           py.test -xv
+           py.test -xv --cov=celery --cov-report=html
 
 basepython =
     2.7,flake8,flakeplus,apicheck,linkcheck,configcheck: python2.7