Modifying php 7.0 to have python=true to attempt to run the python tests and mkdocs update during that test

This commit is contained in:
robbt 2020-04-23 12:14:02 -04:00
parent 35a5dff881
commit a6eafe64a0
1 changed files with 3 additions and 3 deletions

View File

@ -31,14 +31,14 @@ matrix:
- env: PYTHON=false
php: 7.2
# there are some issues with phpunit as well as some deep in zf1 on 7.3
#- env: PYTHON=false
- env: PYTHON=false
php: 7.3
exclude:
# by excluding all of python we make way to just run python tests in one seperate instance
- env: PYTHON=true
include:
# using latest to run python on since it will last the longest
- php: 7.3
# having php 7.0 run python tests because travisCI quit running a independent job with 7.3 and 7.0 can still run phpunit tests
- php: 7.0
env: PYTHON=true
addons:
apt: