Added unit test for CIBW_TEST_EXTRAS

This commit is contained in:
Thomas Robitaille
2019-09-09 12:49:11 +01:00
parent 45fcebf9d8
commit 4f4fed06e0
2 changed files with 20 additions and 1 deletions
+1
View File
@@ -3,5 +3,6 @@ from setuptools import setup, Extension
setup(
name="spam",
ext_modules=[Extension('spam', sources=['spam.c'])],
extras_require={'test': ['nose']},
version="0.1.0",
)