Browse code

add travis CI

Hanno Böck authored on 12/12/2019 18:32:34
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+language: python
2
+python:
3
+  - "3.5"
4
+  - "3.6"
5
+  - "3.7"
6
+  - "3.8"
7
+  - "nightly"  # nightly build
8
+script:
9
+  - python3 -m unittest