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 c076c85 commit 8b91b6aCopy full SHA for 8b91b6a
.travis.yml
@@ -0,0 +1,33 @@
1
+sudo: false
2
+
3
+dist: xenial
4
5
+language: python
6
7
+matrix:
8
+ include:
9
+ - python: "3.5"
10
+ - python: "3.6"
11
+ - python: "3.7"
12
+ - python: "3.8"
13
+ - python: "3.9"
14
+ - python: "3.10-dev"
15
+ allow_failures:
16
17
18
+cache:
19
+ pip: true
20
21
+#env:
22
+# global:
23
24
+#before_install:
25
+# -
26
27
+install:
28
+ - make test
29
30
+#script:
31
+# - make test-travis
32
33
+#after_success: make coveralls
0 commit comments