Sfoglia il codice sorgente

permit install tests packages

Bastien Sevajol 6 anni fa
parent
commit
fbc8dcdb0a
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      tracim/setup.py

+ 3 - 0
tracim/setup.py Vedi File

@@ -59,6 +59,9 @@ setup(
59 59
     include_package_data=True,
60 60
     test_suite='nose.collector',
61 61
     tests_require=testpkgs,
62
+    extras_require={
63
+        'test': testpkgs,
64
+    },
62 65
     package_data={
63 66
         'tracim': [
64 67
             'i18n/*/LC_MESSAGES/*.mo',