@@ -0,0 +1,11 @@
+language: python # works on linux, not windows
+python:
+ - "3.6"
+
+install:
+ - pip3 install -r requirements-dev.txt
+ - python3 setup.py build
+ - python3 setup.py install
+script:
+ - pytest tests
@@ -0,0 +1,4 @@
+pytest
+scikit-build
+cython
+cmake
@@ -26,6 +26,5 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Scientific/Engineering",
- ],
- install_requires=['scikit-build', 'cython']
+ ]
)
@@ -0,0 +1,5 @@
+import pytest
+def test_random():
+ assert True