Explorar o código

Still debugging

Adam Kelly %!s(int64=6) %!d(string=hai) anos
pai
achega
9cf1c2e6a0
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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')