We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b67a3 commit 0be2da1Copy full SHA for 0be2da1
1 file changed
.travis.yml
@@ -0,0 +1,8 @@
1
+sudo: false
2
+language: python
3
+python:
4
+ - "3.5"
5
+
6
+install: pip install -r requirements.txt
7
8
+script: python tests/run_all.py
0 commit comments