summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵William Deegan2018-08-311-1/+3
| | | | is breaking tests for py3.7
* Travis CI: Upgrade to Python 3.7 production releasecclauss2018-08-221-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 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
| | | | 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 setWilliam Deegan2017-12-261-6/+11
|
* fix typoWilliam Deegan2017-12-251-1/+1
|
* skip swig install if not py27. add PYVER to identify version of python we're ↵William Deegan2017-12-251-24/+7
| | | | running. Move install logic to .travis/install.sh
* Add pypy to travis jobsWilliam Deegan2017-12-251-0/+3
|
* fix travis fileWilliam Deegan2017-12-221-4/+0
|
* Merge pull request #30 from dmoody256/TravisPython3TestWilliam Deegan2017-12-211-4/+36
|\ | | | | Travis Python 3 tests and coverage clean up
| * added ommision of several test which exists in the src directoryDaniel Moody2017-12-201-0/+1
| |
| * added allow failures since some python3 tests currently will fail, and we ↵Daniel Moody2017-12-191-4/+28
| | | | | | | | want to retain python2 coverage in the coverage stage. Also added some comments.
| * added extra jobs for different python versionsDaniel Moody2017-12-191-0/+7
| |
* | Add py 2.7, 3.5, and pypy to travis buildWilliam Deegan2017-12-201-1/+6
|/
* switched language pythonDaniel Moody2017-12-131-1/+1
|
* rewrote the travis script to first run a plain test, then do the coverage tests.Daniel Moody2017-12-101-43/+65
|
* had to split the build up because it was exceed travis max time limit per ↵Daniel Moody2017-12-091-3/+27
| | | | job, so this runs all tests split into 8 separate groups
* needed to write the JobTest.py to the exclude listDaniel Moody2017-12-091-0/+1
|
* adding in JobTests.py workaround with the coverage testing, also updated ↵Daniel Moody2017-12-091-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 Moody2017-12-091-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 teeDaniel Moody2017-12-091-2/+2
|
* testing coverage packageDaniel Moody2017-12-091-1/+10
|
* added a travis script for CI on github. This is passing for most of the ↵Daniel Moody2017-10-261-0/+16
test, and considers no results a pass because some wont be able to be tested with travis at the moment (i.e windows).