Przeglądaj źródła

Use actual test script

Adam Kelly 6 lat temu
rodzic
commit
62a157599e
2 zmienionych plików z 1 dodań i 4 usunięć
  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')