Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pin lxml so it will work with 3.8.0b2 | William Deegan | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3392 from mwichmann/travis-tweak | William Deegan | 2019-06-21 | 1 | -1/+3 |
|\ | | | | | Update Travis config: py38, lxml, docbook, ldc | ||||
| * | Update Travis config: py38, lxml, docbook, ldc | Mats Wichmann | 2019-06-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Py3.8 taken off "allowed to fail" list xml installed in the Python virtualenv context, not the distro context (else won't be found) Provision with a couple of additional docbook pkgs Bump the version of the reference D compiler to current. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | add comment on how to update irc info | William Deegan | 2019-06-13 | 1 | -0/+1 |
|/ | |||||
* | Move IRC Channel to encrypted so forks won't publish to scons irc channel | William Deegan | 2019-06-12 | 1 | -22/+23 |
| | |||||
* | [WIP] try a run with Travis' py3.8 | Mats Wichmann | 2019-05-13 | 1 | -1/+10 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Run all CI builds with -j 2 | Mats Wichmann | 2019-04-01 | 1 | -20/+27 |
| | | | | | | | | | With the output ordering cleaned up in runtest.py, run all the jobs as two-process to try to lot some more off the build itme. This is a CI-config only change, no code. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Try another syntax to allow pypy3 failure in addtion to pypy | William Deegan | 2019-03-04 | 1 | -1/+2 |
| | |||||
* | [PYPY] don't specify xenial for pypy3 | Mats Wichmann | 2019-03-04 | 1 | -2/+1 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PYPY] further adjust travis-ci pypy3 build | Mats Wichmann | 2019-03-04 | 1 | -2/+3 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PYPY] travis run pypy jobs with -j 3 | Mats Wichmann | 2019-03-04 | 1 | -3/+7 |
| | | | | | | | The pypy test runs are markedly slower; try multi-job runs to see if they speed up enough to not time out our overall build. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [WIP] add pypy3 to the Travis CI setup | Mats Wichmann | 2019-03-03 | 1 | -2/+9 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | switch coverage around to get actual build failures | Daniel Moody | 2019-01-29 | 1 | -2/+9 |
| | |||||
* | switch to codecov and add new coverage for appveyor and travis | Daniel | 2019-01-19 | 1 | -26/+80 |
| | |||||
* | Travis sudo is deprecated | anatoly techtonik | 2019-01-10 | 1 | -2/+0 |
| | | | https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures | ||||
* | cleanup travis.xml file | William Deegan | 2018-11-12 | 1 | -5/+0 |
| | |||||
* | set osx_image: xcode9.4 | William Deegan | 2018-11-12 | 1 | -0/+2 |
| | |||||
* | add sudo: required | William Deegan | 2018-11-12 | 1 | -0/+3 |
| | |||||
* | try travis ci mac builds as well | William Deegan | 2018-11-12 | 1 | -1/+5 |
| | |||||
* | Have travis-ci post #scons when builds complete. | William Deegan | 2018-08-31 | 1 | -0/+3 |
| | |||||
* | More deletion of _JAVA_OPTIONS to runtest.py from travis startup files. | William Deegan | 2018-08-31 | 1 | -1/+0 |
| | |||||
* | see if defining _JAVA_OPTIONS= to nothing will quiet STDERR from java which ↵ | William Deegan | 2018-08-31 | 1 | -1/+3 |
| | | | | is breaking tests for py3.7 | ||||
* | Travis CI: Upgrade to Python 3.7 production release | cclauss | 2018-08-22 | 1 | -1/+2 |
| | | | Upgrade Python 3.7 from pre-release to production release in alignment with travis-ci/travis-ci#9069 @bdbaddog | ||||
* | Add python 3.7 dev to travis builds | William Deegan | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add python 3.7 to travis builds | William Deegan | 2018-08-08 | 1 | -0/+5 |
| | |||||
* | issue-3130: udpated travis file to update apt-get. | Daniel Moody | 2018-05-25 | 1 | -0/+4 |
| | |||||
* | removed JobTests.py workaround from travis | Daniel Moody | 2018-02-20 | 1 | -14/+3 |
| | |||||
* | updated comments no functional change | Daniel Moody | 2018-02-11 | 1 | -2/+1 |
| | |||||
* | forcing passing of python 3.5 and 3.6 tests for successful build in travis CI | Daniel Moody | 2018-02-11 | 1 | -2/+0 |
| | |||||
* | switched to using COVERAGE_FILE for simplicity | Daniel Moody | 2018-01-01 | 1 | -15/+3 |
| | |||||
* | several tests will not work with coverage, so set them to skip | Daniel Moody | 2017-12-30 | 1 | -4/+0 |
| | |||||
* | coverage reports have been missing the coverage data located in the tmp test ↵ | Daniel Moody | 2017-12-30 | 1 | -6/+31 |
| | | | | dirs, so this change makes sure those data files get included in the report. | ||||
* | have travis/install.sh echo it's commands. Hopefully get PYVER env variable set | William Deegan | 2017-12-26 | 1 | -6/+11 |
| | |||||
* | fix typo | William Deegan | 2017-12-25 | 1 | -1/+1 |
| | |||||
* | skip swig install if not py27. add PYVER to identify version of python we're ↵ | William Deegan | 2017-12-25 | 1 | -24/+7 |
| | | | | running. Move install logic to .travis/install.sh | ||||
* | Add pypy to travis jobs | William Deegan | 2017-12-25 | 1 | -0/+3 |
| | |||||
* | fix travis file | William Deegan | 2017-12-22 | 1 | -4/+0 |
| | |||||
* | Merge pull request #30 from dmoody256/TravisPython3Test | William Deegan | 2017-12-21 | 1 | -4/+36 |
|\ | | | | | Travis Python 3 tests and coverage clean up | ||||
| * | added ommision of several test which exists in the src directory | Daniel Moody | 2017-12-20 | 1 | -0/+1 |
| | | |||||
| * | added allow failures since some python3 tests currently will fail, and we ↵ | Daniel Moody | 2017-12-19 | 1 | -4/+28 |
| | | | | | | | | want to retain python2 coverage in the coverage stage. Also added some comments. | ||||
| * | added extra jobs for different python versions | Daniel Moody | 2017-12-19 | 1 | -0/+7 |
| | | |||||
* | | Add py 2.7, 3.5, and pypy to travis build | William Deegan | 2017-12-20 | 1 | -1/+6 |
|/ | |||||
* | switched language python | Daniel Moody | 2017-12-13 | 1 | -1/+1 |
| | |||||
* | rewrote the travis script to first run a plain test, then do the coverage tests. | Daniel Moody | 2017-12-10 | 1 | -43/+65 |
| | |||||
* | had to split the build up because it was exceed travis max time limit per ↵ | Daniel Moody | 2017-12-09 | 1 | -3/+27 |
| | | | | job, so this runs all tests split into 8 separate groups | ||||
* | needed to write the JobTest.py to the exclude list | Daniel Moody | 2017-12-09 | 1 | -0/+1 |
| | |||||
* | adding in JobTests.py workaround with the coverage testing, also updated ↵ | Daniel Moody | 2017-12-09 | 1 | -1/+5 |
| | | | | runtest.py with the exclude option from Github PR 27. | ||||
* | updated travis script to not exit, but instead just set the exit code, also ↵ | Daniel Moody | 2017-12-09 | 1 | -1/+5 |
| | | | | setup travis to use code coverage correctly for parallel tests, and finally had to remove the .coveralls, because it is overiding the repo token for my repo, and this should not be in public repos | ||||
* | can't use >> with sudo, switching to tee | Daniel Moody | 2017-12-09 | 1 | -2/+2 |
| | |||||
* | testing coverage package | Daniel Moody | 2017-12-09 | 1 | -1/+10 |
| |