Skip to content

Commit

Permalink
Merge pull request #182 from danielballan/explain-jsonschema-2-build
Browse files Browse the repository at this point in the history
Add comment explaining jsonschema 2 build in Travis config.
  • Loading branch information
dylanmcreynolds authored Aug 11, 2020
2 parents 0c29664 + 15c8c56 commit 91d0b1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ matrix:
- python: 3.7
env: PUBLISH_DOCS=1
- python: 3.7
# We still test against jsonschema 2.x because pip's dependency resolver
# very often gives us 2.x even though we ask for 3.x. The event-model
# code has codepaths for either, conditional on what is installed.
# See https://github.com/bluesky/event-model/pull/175 and
# https://github.com/bluesky/event-model/issues/145 for more context.
env: JSONSCHEMA_2=1
- python: 3.8
- python: nightly
Expand Down

0 comments on commit 91d0b1c

Please sign in to comment.