Skip to content

Commit

Permalink
run tests with json and ujson modules
Browse files Browse the repository at this point in the history
  • Loading branch information
njwilson23 committed Feb 16, 2017
1 parent d076151 commit 18962ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,15 @@ python:
- "3.6"
- "pypy"
#- "pypy3"
env:
- PICOGEOJSON_PYJSON=0
- PICOGEOJSON_PYJSON=1
matrix:
exclude:
- python: "pypy"
env: PICOGEOJSON_PYJSON=0
before_install:
- if [[ "$PICOGEOJSON_PYJSON" == "0" ]]; then pip install ujson; fi
install:
- "pip install ."
- "pip install coverage coveralls"
Expand Down

0 comments on commit 18962ef

Please sign in to comment.