소스 검색

Use actual test script

Adam Kelly 6 년 전
부모
커밋
62a157599e
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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')