Skip to content

Commit 74c1441

Browse files
authored
Disable python3.8-dev tests
1 parent 646aa94 commit 74c1441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
include:
2323
- python: 3.7
2424
- python: 3.7-dev
25-
- python: 3.8-dev
25+
# - python: 3.8-dev
2626

2727
deploy:
2828
- provider: pypi
@@ -46,4 +46,4 @@ deploy:
4646
on:
4747
repo: bogdandm/json2python-models
4848
tags: true
49-
all_branches: false
49+
all_branches: false

0 commit comments

Comments
 (0)