Skip to content

Commit

Permalink
Merge pull request #61 from pysmt/shippable_matrix_def_pr
Browse files Browse the repository at this point in the history
Changing build matrix from include to exclude.
  • Loading branch information
mikand committed Mar 26, 2015
2 parents 1524d83 + aa0a07e commit d50554a
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ build_image: shippableimages/ubuntu1404_python

python:
- 2.7
- 3.3
- 3.4


before_install:
Expand Down Expand Up @@ -41,23 +43,23 @@ env:
- PYSMT_SOLVER="picosat"

matrix:
include:
exclude:
- python: 3.3
env: PYSMT_SOLVER="None"
env: PYSMT_SOLVER="z3"
- python: 3.4
env: PYSMT_SOLVER="None"
- python: pypy
env: PYSMT_SOLVER="None"

env: PYSMT_SOLVER="z3"
- python: 3.3
env: PYSMT_SOLVER="msat"
env: PYSMT_SOLVER="cvc4"
- python: 3.4
env: PYSMT_SOLVER="cvc4"
- python: 3.3
env: PYSMT_SOLVER="picosat"

env: PYSMT_SOLVER="yices"
- python: 3.4
env: PYSMT_SOLVER="msat"
env: PYSMT_SOLVER="yices"
- python: 3.3
env: PYSMT_SOLVER="cudd"
- python: 3.4
env: PYSMT_SOLVER="picosat"
env: PYSMT_SOLVER="cudd"


# Make folders for the reports
Expand All @@ -76,7 +78,7 @@ before_script:

script:
- ./install.py --check
- nosetests pysmt --processes=4 --process-timeout=360 --with-xunit --xunit-file=shippable/testresults/nosetests.xml
- nosetests pysmt -v --processes=4 --process-timeout=360 --with-xunit --xunit-file=shippable/testresults/nosetests.xml

# Push of container is disabled
# commit_container: gario/shippable_pysmt

0 comments on commit d50554a

Please sign in to comment.