1 parent 8105768 commit 5a2489eCopy full SHA for 5a2489e
1 file changed
.travis.yml
@@ -0,0 +1,10 @@
1
+dist: xenial
2
+language: python
3
+python: 3.7
4
+
5
+script:
6
+- make test
7
8
+branches:
9
+ except:
10
+ - /.*_exercise$/
0 commit comments