Skip to content

Commit

Permalink
Tests with and without simplejson for every existing testenv (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesTFarrington authored and davidism committed Jun 3, 2016
1 parent ae97ca8 commit f034d2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -11,18 +11,27 @@ python:

env:
- REQUIREMENTS=lowest
- REQUIREMENTS=lowest-simplejson
- REQUIREMENTS=release
- REQUIREMENTS=release-simplejson
- REQUIREMENTS=devel
- REQUIREMENTS=devel-simplejson

matrix:
exclude:
# Python 3 support currently does not work with lowest requirements
- python: "3.3"
env: REQUIREMENTS=lowest
- python: "3.3"
env: REQUIREMENTS=lowest-simplejson
- python: "3.4"
env: REQUIREMENTS=lowest
- python: "3.4"
env: REQUIREMENTS=lowest-simplejson
- python: "3.5"
env: REQUIREMENTS=lowest
- python: "3.5"
env: REQUIREMENTS=lowest-simplejson


install:
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
@@ -1,5 +1,7 @@
[tox]
envlist = {py26,py27,pypy}-{lowest,release,devel}, {py33,py34,py35}-{release,devel}
envlist = {py26,py27,pypy}-{lowest,release,devel}{,-simplejson}, {py33,py34,py35}-{release,devel}{,-simplejson}



[testenv]
commands =
Expand All @@ -19,6 +21,7 @@ deps=
devel: git+https://github.com/pallets/jinja.git
devel: git+https://github.com/pallets/itsdangerous.git
devel: git+https://github.com/jek/blinker.git
simplejson: simplejson

[testenv:docs]
deps = sphinx
Expand Down

0 comments on commit f034d2e

Please sign in to comment.