We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fe027 commit 257f70eCopy full SHA for 257f70e
1 file changed
.travis.yml
@@ -12,3 +12,7 @@ addons:
12
13
install:
14
- python setup.py build
15
+
16
+script:
17
+ - mkdir /tmp/foo
18
+ - python example/hello.py /tmp/foo
0 commit comments