Parcourir la source

add pytest cov

Bastien Sevajol il y a 7 ans
Parent
révision
b568180e07
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      setup.py

+ 1 - 0
setup.py Voir le fichier

@@ -16,6 +16,7 @@ dependency_links = [
16 16
 ]
17 17
 tests_require = [
18 18
     'pytest',
19
+    'pytest-cov',
19 20
     'bottle',
20 21
     'flask',
21 22
     'pyramid',