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 2326b21 commit 2e5a7c9Copy full SHA for 2e5a7c9
.travis.yml
@@ -0,0 +1,10 @@
1
+git:
2
+ depth: 9999999
3
+language: python
4
+python:
5
+ - "3.4"
6
+ - "3.5"
7
+ - "3.6"
8
+ - "3.7"
9
+# command to run tests
10
+script: python3 -m unittest discover -v
0 commit comments