summaryrefslogtreecommitdiffstats
path: root/.travis
Commit message (Collapse)AuthorAgeFilesLines
* move psutil into requirements.txt and remove from travis/appveyor's setup filesWilliam Deegan2021-08-041-1/+0
|
* added psutil for testingDaniel Moody2021-07-261-1/+1
|
* [ci skip] fix typoWilliam Deegan2021-01-241-1/+1
|
* [appveyor skip] fix hanging pip uninstallWilliam Deegan2021-01-241-1/+3
|
* Add logic to force rebuild of lxml and cython from git versions for python 3.10William Deegan2021-01-241-0/+12
|
* Change travis-ci install of ldc2 [skip appveyor]Mats Wichmann2021-01-091-5/+7
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Fix testWilliam Deegan2020-10-091-6/+20
|
* Add test to check if manpages make it into the package. wipWilliam Deegan2020-10-091-0/+18
|
* Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2020-05-293-12/+31
|\
| * clean up CI filesDaniel Moody2020-05-202-8/+21
| |
| * not sure why 'ls -l /usr/lib*/*python*{so,a}*' is failing on these systems.. ↵William Deegan2020-05-181-1/+2
| | | | | | | | but commenting out
| * Update base ubuntu from trusty(14.04)->xenial(16.04), update install logic ↵William Deegan2020-05-181-3/+8
| | | | | | | | for dmd
| * update path we look for python libsWilliam Deegan2020-05-181-1/+1
| |
| * Update LDC version, remove py27 bits, add rpmWilliam Deegan2020-05-181-11/+8
| |
* | Update LDC Version to 1.21.0, remove py27 logic, add rpm installWilliam Deegan2020-05-291-13/+10
|/
* Fix travis .coversagerc to look for sources under SCons and not srcWilliam Deegan2020-05-101-3/+3
|
* move coverage startuplogic to sitecustomize.py from usercustomize.pyWilliam Deegan2020-01-021-0/+8
|
* Fix use-dbm test to work with sconsign files using dbm but where the ↵William Deegan2020-01-011-0/+0
| | | | underlying dbm implementation still writes the file without applying a suffix (like .db). This is due to Travis-ci's py3.8's dbm not applying suffix. Which seems unusual, but still valid
* [PR #3392] add a few more TeX packagesMats Wichmann2019-06-171-3/+1
| | | | | | skip fewer tests Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3392] leave out docbook-slidesMats Wichmann2019-06-161-3/+13
| | | | | | | Three tests fail if the files are found, issue #3393 filed. Also added some comments on other possible changes. Signed-off-by: Mats Wichmann <mats@linux.com>
* Update Travis config: py38, lxml, docbook, ldcMats Wichmann2019-06-131-6/+4
| | | | | | | | | | 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>
* [PYPY] further adjust travis-ci pypy3 buildMats Wichmann2019-03-041-2/+2
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Merge pull request #3313 from ↵William Deegan2019-02-281-0/+2
|\ | | | | | | | | bdbaddog/fix_gh_3303_force_config_alters_env_decider Fix issue #3303 - --config=force overwriting environment passed to Configure()
| * Add debug logic to try to find why test/TEX/variant_dir.py is failing not ↵William Deegan2019-02-281-0/+2
| | | | | | | | finding dvipdf
* | Add ghostscript to travis config to ensure dvipdf is installedWilliam Deegan2019-02-151-1/+1
|/
* restore dmoody's trimming of texlive install footprintWilliam Deegan2019-02-121-1/+1
|
* add brew install pythonWilliam Deegan2018-11-121-0/+1
|
* try travis ci mac builds as wellWilliam Deegan2018-11-121-37/+42
|
* choose clang 5.0.0 or 7.0.0 depending what's installedWilliam Deegan2018-11-061-3/+10
|
* Change clang version as travis has moved from 5.0.0 to 7.0.0William Deegan2018-11-061-3/+3
|
* run ls on clangWilliam Deegan2018-11-061-0/+2
|
* More deletion of _JAVA_OPTIONS to runtest.py from travis startup files.William Deegan2018-08-311-5/+1
|
* Attempt to fix py37 java falures. Which are likely caused by newer oracle ↵William Deegan2018-08-311-0/+4
| | | | java echoing values in _JAVA_OPTIONS env variable to stderr.
* Add ghostscript to travis package install to get dvipdfWilliam Deegan2018-08-291-1/+1
|
* added comments to the travis install scriptDaniel Moody2018-08-131-2/+1
|
* using the correct pathDaniel Moody2018-08-131-2/+2
|
* testing symbolic links instead of messing with the environmentDaniel Moody2018-08-131-0/+5
|
* use clang from local/bin instead of installingDaniel Moody2018-08-131-2/+0
|
* removing the biber-extras for reduced travis install footprintDaniel Moody2018-08-101-1/+1
|
* trying just some of the base packages, no docs or extra langsDaniel Moody2018-08-101-1/+1
|
* Fix typo in LDC URLWilliam Deegan2017-12-261-1/+1
|
* fix check for py27William Deegan2017-12-261-1/+1
|
* fix typo in scriptWilliam Deegan2017-12-261-1/+1
|
* fix typo in scriptWilliam Deegan2017-12-261-1/+1
|
* have travis/install.sh echo it's commands. Hopefully get PYVER env variable setWilliam Deegan2017-12-261-13/+14
|
* fix travis/install.sh permissionsWilliam Deegan2017-12-251-0/+0
|
* skip swig install if not py27. add PYVER to identify version of python we're ↵William Deegan2017-12-251-0/+32
running. Move install logic to .travis/install.sh