Skip to content

Commit 0508669

Browse files
Add Python 3.8 and 3.9, allow 2.7 to fail in Travis matrix
1 parent 7cbfb40 commit 0508669

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ python:
44
- 2.7
55
- 3.6
66
- 3.7
7+
- 3.8
8+
- 3.9
9+
matrix:
10+
allow_failures:
11+
- python: 2.7
712
script:
813
# Tests
914
- python test_PDDL.py

0 commit comments

Comments
 (0)