ソースを参照

Removed Tests

Adam Kelly 5 年 前
コミット
5cbcc42ffd
4 ファイル変更0 行追加21 行削除
  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
-