There was an error while loading. Please reload this page.
1 parent 4f4c872 commit 144fe50Copy full SHA for 144fe50
1 file changed
.travis.yml
@@ -1,3 +1,7 @@
1
+# This is a skeleton Travis CI config file that provides a starting point for adding CI
2
+# to a Python project. Since we primarily develop in python3, this skeleton config file
3
+# will be specific to that language.
4
+#
5
# See https://config.travis-ci.com/ for a full list of configuration options.
6
7
os: linux
@@ -9,9 +13,10 @@ python:
9
13
- "3.6"
10
14
- "3.7"
11
15
- "3.8"
16
+ - "3.9"
12
17
18
# Scripts to run at install stage
19
install: ./configure
20
21
# Scripts to run at script stage
-script: tmp/bin/pytest
22
+script: tmp/bin/pytest -vvs -n 2
0 commit comments