Skip to content

Commit

Permalink
bump json pegging up to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Aug 11, 2020
1 parent 2701b09 commit 50be570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
- python: 3.7
env: PUBLISH_DOCS=1
- python: 3.7
env: JSONSCHEMA_2=1
env: JSONSCHEMA_3=1
- python: 3.8
- python: nightly
allow_failures:
Expand All @@ -33,7 +33,7 @@ install:
# In some builds, tests against older jsonschema.
- |
if [ $JSONSCHEMA_2 ]; then
pip install "jsonschema==2"
pip install "jsonschema==3"
fi
script:
Expand Down

0 comments on commit 50be570

Please sign in to comment.