Skip to content

Commit 144fe50

Browse files
committed
Add tests on Python 3.9
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 4f4c872 commit 144fe50

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
#
15
# See https://config.travis-ci.com/ for a full list of configuration options.
26

37
os: linux
@@ -9,9 +13,10 @@ python:
913
- "3.6"
1014
- "3.7"
1115
- "3.8"
16+
- "3.9"
1217

1318
# Scripts to run at install stage
1419
install: ./configure
1520

1621
# Scripts to run at script stage
17-
script: tmp/bin/pytest
22+
script: tmp/bin/pytest -vvs -n 2

0 commit comments

Comments
 (0)