summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* [skip appveyor] update .travis.yml to try to fix warning buildWilliam Deegan2020-01-271-6/+0
* [skip appveyor] update .travis.yml to try to fix broken buildWilliam Deegan2020-01-271-7/+6
* move coverage startuplogic to sitecustomize.py from usercustomize.pyWilliam Deegan2020-01-021-4/+4
* fix typoWilliam Deegan2020-01-011-1/+1
* try non-sudo'd usercustomize.py file in sys.path[-1] instead of user site dir...William Deegan2020-01-011-7/+7
* remove --user from pip install coverageWilliam Deegan2019-12-311-1/+1
* [appveyor skip] Drop pypy from build matrix. (it's py27)William Deegan2019-12-301-8/+1
* Remove Python 2.7 from CIWilliam Deegan2019-12-301-49/+0
* debugging coverage failuresWilliam Deegan2019-12-291-3/+3
* debugging coverage failuresWilliam Deegan2019-12-291-3/+3
* Remove adding deadsnakes ppa. We're using newer pythonWilliam Deegan2019-12-291-5/+5
* Change coverage worker to use Ubuntu Bionic instead of trusty for py37William Deegan2019-12-291-0/+1
* [skip appveyor] - reduce coverage to just py37William Deegan2019-12-281-9/+9
* reduce coverage jobsWilliam Deegan2019-12-271-34/+34
* Try running a single job for coverage instead of 4.William Deegan2019-12-271-1/+1
* [skip appveyor] bump to bionic for py37 tests.William Deegan2019-12-271-2/+2
* Pin lxml so it will work with 3.8.0b2William Deegan2019-07-111-1/+1
* Merge pull request #3392 from mwichmann/travis-tweakWilliam Deegan2019-06-211-1/+3
|\
| * Update Travis config: py38, lxml, docbook, ldcMats Wichmann2019-06-131-1/+3
* | add comment on how to update irc infoWilliam Deegan2019-06-131-0/+1
|/
* Move IRC Channel to encrypted so forks won't publish to scons irc channelWilliam Deegan2019-06-121-22/+23
* [WIP] try a run with Travis' py3.8Mats Wichmann2019-05-131-1/+10
* Run all CI builds with -j 2Mats Wichmann2019-04-011-20/+27
* Try another syntax to allow pypy3 failure in addtion to pypyWilliam Deegan2019-03-041-1/+2
* [PYPY] don't specify xenial for pypy3Mats Wichmann2019-03-041-2/+1
* [PYPY] further adjust travis-ci pypy3 buildMats Wichmann2019-03-041-2/+3
* [PYPY] travis run pypy jobs with -j 3Mats Wichmann2019-03-041-3/+7
* [WIP] add pypy3 to the Travis CI setupMats Wichmann2019-03-031-2/+9
* switch coverage around to get actual build failuresDaniel Moody2019-01-291-2/+9
* switch to codecov and add new coverage for appveyor and travisDaniel2019-01-191-26/+80
* Travis sudo is deprecatedanatoly techtonik2019-01-101-2/+0
* cleanup travis.xml fileWilliam Deegan2018-11-121-5/+0
* set osx_image: xcode9.4William Deegan2018-11-121-0/+2
* add sudo: requiredWilliam Deegan2018-11-121-0/+3
* try travis ci mac builds as wellWilliam Deegan2018-11-121-1/+5
* Have travis-ci post #scons when builds complete.William Deegan2018-08-311-0/+3
* More deletion of _JAVA_OPTIONS to runtest.py from travis startup files.William Deegan2018-08-311-1/+0
* see if defining _JAVA_OPTIONS= to nothing will quiet STDERR from java which i...William Deegan2018-08-311-1/+3
* Travis CI: Upgrade to Python 3.7 production releasecclauss2018-08-221-1/+2
* Add python 3.7 dev to travis buildsWilliam Deegan2018-08-081-1/+1
* Add python 3.7 to travis buildsWilliam Deegan2018-08-081-0/+5
* issue-3130: udpated travis file to update apt-get.Daniel Moody2018-05-251-0/+4
* removed JobTests.py workaround from travisDaniel Moody2018-02-201-14/+3
* updated comments no functional changeDaniel Moody2018-02-111-2/+1
* forcing passing of python 3.5 and 3.6 tests for successful build in travis CIDaniel Moody2018-02-111-2/+0
* switched to using COVERAGE_FILE for simplicityDaniel Moody2018-01-011-15/+3
* several tests will not work with coverage, so set them to skipDaniel Moody2017-12-301-4/+0
* coverage reports have been missing the coverage data located in the tmp test ...Daniel Moody2017-12-301-6/+31
* have travis/install.sh echo it's commands. Hopefully get PYVER env variable setWilliam Deegan2017-12-261-6/+11
* fix typoWilliam Deegan2017-12-251-1/+1