瀏覽代碼

Still debugging

Adam Kelly 6 年之前
父節點
當前提交
9cf1c2e6a0
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      .travis.yml
  2. 1 0
      test.py

+ 1 - 1
.travis.yml

@@ -23,4 +23,4 @@ install:
   - pip install -e .
 
 script:
-  - python setup.py test
+  - python test.py

+ 1 - 0
test.py

@@ -0,0 +1 @@
+print('worked')