summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Do not install Pythran in 0.29.x on travis since it is currently incompatible...Stefan Behnel2021-04-291-1/+1
* Try to resolve apt install issues on travis.Stefan Behnel2021-04-141-3/+0
* Try to fix macos Py3 build, which does not set "$TRAVIS_PYTHON_VERSION" (lang...Stefan Behnel2021-04-141-2/+2
* Re-disable third-party integration testing in Py2.6 entirely since most packa...Stefan Behnel2021-04-111-1/+1
* Freeze the test dependency packages for Python 2.x to prevent further depreca...Stefan Behnel2021-04-111-1/+2
* Add 0.29.x branch to list of CI tested branches.Stefan Behnel2021-03-181-0/+1
* Fix "common_include_dir" test on OS X on Travis (GH-3893)da-woods2020-11-081-9/+8
* Tentatively add Py3.9 to the travis test targets in 0.29.x, but allow it to f...Stefan Behnel2020-05-021-0/+9
* Make travis install script fail on intermediate errors.Stefan Behnel2020-04-121-6/+6
* Debug conda issues on travis.Stefan Behnel2020-04-121-3/+5
* Clean up travis config in 0.29.x branch.Stefan Behnel2020-01-081-5/+7
* Disable mypy usage in tests for Py3.4 since it's no longer supported.Stefan Behnel2019-04-241-1/+1
* Revert "Try using the embedded libzmq in pyzmq instead of a system wide insta...Stefan Behnel2019-02-191-1/+1
* Try using the embedded libzmq in pyzmq instead of a system wide installation.Stefan Behnel2019-02-191-1/+1
* Do not install test dependencies on CPython dev versions in travis as they ar...Stefan Behnel2019-02-081-2/+2
* Disable pythran testing in Py3.8 for now since it fails.Stefan Behnel2019-02-081-1/+1
* Stop ignoring Stackless-3 failures in travis since it seems to work reliably ...Stefan Behnel2018-09-231-1/+1
* Split C/C++ tests in travis again, but manually this time since many of the b...Stefan Behnel2018-08-261-0/+20
* Disable coverage analysis in travis since it takes way too long to run.Stefan Behnel2018-08-261-4/+5
* Fix script in travis config.Stefan Behnel2018-08-261-3/+3
* Show ccache stats in travis after test runs.Stefan Behnel2018-08-261-0/+1
* Reorder and clean up travis build config to make the most interesting jobs ru...Stefan Behnel2018-08-261-43/+7
* Fix typos in travis script.Stefan Behnel2018-08-261-2/+2
* Restrict PyPy tests to C again (we always excluded C++ for time reasons).Stefan Behnel2018-08-261-2/+4
* Enable coverage reporting in travis runs. Merge C/C++ jobs into one to simpli...Stefan Behnel2018-08-261-42/+49
* Use "travis_retry" script to see if it improves the build reliability.Stefan Behnel2018-08-241-4/+4
* Fix sharded testing in travis.Stefan Behnel2018-08-241-1/+1
* See that ccache is actually being used by travis.Stefan Behnel2018-08-151-4/+4
* Also retry "apt-get update" in travis if "apt-get install" fails, because tha...Stefan Behnel2018-08-121-2/+1
* Remove leftovers from travis config.Stefan Behnel2018-08-121-3/+0
* (Re-)try really hard to install gcc-8 and g++-8 in travis, even if it fails a...Stefan Behnel2018-08-121-3/+3
* Make travis script more robust in non-g++ case.Stefan Behnel2018-08-121-4/+4
* Fix typo in travis script.Stefan Behnel2018-08-121-1/+1
* (Re-)try really hard to install gcc-8 and g++-8 in travis, even if it fails a...Stefan Behnel2018-08-111-6/+10
* Always print "$CC" version and "$CXX" version in travis build, if set.Stefan Behnel2018-08-111-5/+7
* Avoid multi-process testing in travis when only running the style checks.Stefan Behnel2018-08-111-1/+1
* Added the pep8 test to travis. All the warnings are disabled and only a few e...gabrieldemarmiesse2018-08-111-2/+11
* Merge branch 'master' into mypyStefan Behnel2018-08-111-13/+57
|\
| * Re-enable sudo in travis config since it's used internally by the apt addon.Stefan Behnel2018-08-101-5/+6
| * Try to avoid sudo dependency in travis.Stefan Behnel2018-08-101-8/+8
| * Do not allow Py3.7 build to fail in travis anymore.Stefan Behnel2018-08-101-1/+0
| * Try if installing clang in miniconda helps to resolve some compile problems o...Stefan Behnel2018-08-101-7/+8
| * Simplify travis build script.Stefan Behnel2018-08-101-9/+5
| * Undo explicit "ccache" calls in travis – should be used automatically.Stefan Behnel2018-08-101-2/+2
| * Try to simplify the way gcc-8/g++-8 are installed.Stefan Behnel2018-08-101-4/+3
| * Fix travis script.Stefan Behnel2018-08-101-2/+2
| * Explicitly enable ccache in travis build.Stefan Behnel2018-08-101-2/+2
| * Fix typo in travis script.Stefan Behnel2018-08-101-1/+1
| * Always install gcc-8 on travis, but exclude g++-8 for the C compilation tests.Stefan Behnel2018-08-101-7/+5
| * Exclude line_profiler in Py3.7 because it is not compatible.Stefan Behnel2018-08-101-1/+1