summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Do not install Pythran in 0.29.x on travis since it is currently ↵Stefan Behnel2021-04-291-1/+1
| | | | incompatible and unknown when it will work again.
* 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" ↵Stefan Behnel2021-04-141-2/+2
| | | | (language: c).
* Re-disable third-party integration testing in Py2.6 entirely since most ↵Stefan Behnel2021-04-111-1/+1
| | | | packages aren't compatible anymore (and I don't want to dig up the versions that are).
* Freeze the test dependency packages for Python 2.x to prevent further ↵Stefan Behnel2021-04-111-1/+2
| | | | deprecations. More and more packages drop Py2 support these days.
* 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
| | | | Also turn off the clang warning about deprecated declarations to try to reduce the size of the OSX logs.
* Tentatively add Py3.9 to the travis test targets in 0.29.x, but allow it to ↵Stefan Behnel2020-05-021-0/+9
| | | | fail.
* 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 ↵Stefan Behnel2019-02-191-1/+1
| | | | | | installation." This reverts commit d49062fdf2eea3997816a70628e54353f5d57931.
* 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 ↵Stefan Behnel2019-02-081-2/+2
| | | | are likely to fail in pre-releases.
* 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
| | | | now.
* Split C/C++ tests in travis again, but manually this time since many of the ↵Stefan Behnel2018-08-261-0/+20
| | | | build matrix configs are special anyway.
* 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 ↵Stefan Behnel2018-08-261-43/+7
| | | | run first: Py2.7/3.7/2.6.
* 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 ↵Stefan Behnel2018-08-261-42/+49
| | | | simplify that (we have enough jobs to keep travis busy).
* 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 ↵Stefan Behnel2018-08-121-2/+1
| | | | that was probably the reason.
* 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 ↵Stefan Behnel2018-08-121-3/+3
| | | | a couple of times.
* 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 ↵Stefan Behnel2018-08-111-6/+10
| | | | a couple of times.
* 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 ↵gabrieldemarmiesse2018-08-111-2/+11
| | | | error checks are enabled.
* 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 ↵Stefan Behnel2018-08-101-7/+8
| | | | | | | | on MacOS
| * 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
| |