@@ -1,11 +0,0 @@
-language: python # works on linux, not windows
-python:
- - "3.6"
-
-install:
- - pip3 install -r requirements-dev.txt
- - python3 setup.py build_ext --inplace
- - python3 setup.py install
-script:
- - pytest tests
@@ -1,5 +0,0 @@
-pytest
-scikit-build
-cython
-cmake
-ninja
-import pytest
-def test_random():
- assert True