Kaynağa Gözat

Still debugging

Adam Kelly 5 yıl önce
ebeveyn
işleme
9cf1c2e6a0
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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')