Adam Kelly před 5 roky
rodič
revize
5cbcc42ffd
4 změnil soubory, kde provedl 0 přidání a 21 odebrání
  1. 0 11
      .travis.yml
  2. 0 5
      requirements-dev.txt
  3. 0 0
      tests/__init__.py
  4. 0 5
      tests/test_other.py

+ 0 - 11
.travis.yml

@@ -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

+ 0 - 5
requirements-dev.txt

@@ -1,5 +0,0 @@
-pytest
-scikit-build
-cython
-cmake
-ninja

+ 0 - 0
tests/__init__.py


+ 0 - 5
tests/test_other.py

@@ -1,5 +0,0 @@
-import pytest
-
-def test_random():
-    assert True
-