Browse Source

Use actual test script

Adam Kelly 6 năm trước cách đây
mục cha
commit
62a157599e
2 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 1
      .travis.yml
  2. 0 3
      test.py

+ 1 - 1
.travis.yml

@@ -26,4 +26,4 @@ install:
   - pip3 install -e .
 
 script:
-  - python3 test.py
+  - python3 setup.py test

+ 0 - 3
test.py

@@ -1,3 +0,0 @@
-import qcgpu
-
-print('worked')