We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e327c7 commit 6f0ce18Copy full SHA for 6f0ce18
.travis.yml
@@ -0,0 +1,7 @@
1
+language: python
2
+# command to install dependencies
3
+install:
4
+ - pip install -r requirements.txt
5
+ - python setup.py install
6
+# command to run tests
7
+script: python tests/test.py
0 commit comments