Skip to content

Commit 28528df

Browse files
committed
Skip vm image tests on Travis
Also support Python 3.9 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 08aa847 commit 28528df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ python:
1313
- "3.6"
1414
- "3.7"
1515
- "3.8"
16+
- "3.9"
1617

1718
# Scripts to run at install stage
1819
install: ./configure --dev
1920

2021
# Scripts to run at script stage
21-
script: tmp/bin/pytest
22+
script: tmp/bin/pytest --ignore=tests/test_vmimage.py

0 commit comments

Comments
 (0)