summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Do not test type specs in Py3.4 since the "Py_tp_finalize" (needed by corouti...Stefan Behnel2021-04-161-2/+0
* Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-151-8/+9
|\
| * Merge branch '0.29.x'Stefan Behnel2021-04-141-1/+1
| |\
| | * 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
| * | Try to fix macos Py3 build, which does not set "$TRAVIS_PYTHON_VERSION" (lang...Stefan Behnel2021-04-031-1/+1
| * | Freeze the test dependency packages for Python 2.7 to prevent further depreca...Stefan Behnel2021-04-021-1/+2
| * | Include official Py3.9 releases in travis build, as well as the upcoming 3.10.Stefan Behnel2021-03-311-1/+2
| * | Temporarily pin Pythran version at 0.9.7 to resolve test failures. (GH-4031)da-woods2021-03-211-1/+1
| * | Merge branch '0.29.x'Stefan Behnel2021-03-181-1/+0
| |\ \ | | |/
| | * 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
| * | Fix "common_include_dir" test on OS X on Travis (GH-3893)da-woods2020-11-071-4/+4
* | | Merge branch 'master' into clean_up_capi_featuresscoder2020-09-201-0/+19
|\ \ \ | |/ /
| * | Add CI builds for different CPU architectures on travis.Stefan Behnel2020-08-011-0/+19
* | | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2020-06-231-4/+0
|\ \ \ | |/ /
| * | Enable travis for all branches.Stefan Behnel2020-06-231-4/+0
* | | Test type specs in travis and appveyor.Stefan Behnel2020-05-201-6/+6
* | | Add travis test setups for using PyType_FromSpec() for creating extension types.Stefan Behnel2020-05-201-1/+14
|/ /
* | Test suite no longer fails in Py3.9, so enable it as a fully supported target...Stefan Behnel2020-05-071-1/+0
* | Build Cython in parallel on travis.Stefan Behnel2020-04-201-1/+1
* | Merge branch '0.29.x'Stefan Behnel2020-04-121-3/+3
|\ \ | |/
| * 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
* | Set macos deployment target version in travis builds.Stefan Behnel2020-04-111-3/+3
* | Downgrade XCode on travis for Py2 to see if that fixes the clang build problems.Stefan Behnel2020-04-111-1/+1
* | Try to resolve clang++ compilation issues on travis/macos. Apparently, CXXFLA...Stefan Behnel2020-04-111-3/+3
* | Downgrade travis macos image to 10.3 to see if that fixes the Py2 builds.Stefan Behnel2020-04-111-2/+2
* | Use newer "libc++" for macos tests instead of deprecated "libstdc++".Stefan Behnel2020-04-101-1/+1
* | Debug conda issues on travis.Stefan Behnel2020-04-101-1/+2
* | Minor travis script cleanups.Stefan Behnel2020-04-101-2/+3
* | Try to fix stackless setup in travis config.Stefan Behnel2020-04-101-4/+4
* | Upgrade XCode version on travis to see if it fixes the build.Stefan Behnel2020-04-101-0/+2
* | Enable pypy as a required Travis test (GH-3392)da-woods2020-03-201-2/+8
* | Use newer XCode image (as in current wheel builds).Stefan Behnel2020-02-111-2/+0
* | Move slow MacOS builds higher up in the travis build matrix to make them star...Stefan Behnel2020-02-111-11/+12
* | Include Py3.9 in travis build matrix.Stefan Behnel2020-02-111-0/+2
* | Disable extended test dependencies also in Py3.8/9 since not all of them are ...Stefan Behnel2020-01-211-1/+1
* | Move back to a matrix setup in travis.yml to avoid the long list of redundant...Stefan Behnel2020-01-211-46/+13
* | Add LIMITED_API support and remove static state (GH-3223)Eddie Elizondo2020-01-121-1/+12
* | Merge branch '0.29.x'Stefan Behnel2020-01-081-5/+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
* | Travis CI: make CPython 3.8 tests mandatory (GH-3099)Jeroen Demeyer2019-08-261-4/+6
* | Disable mypy usage in PyPy test runs on travis.Stefan Behnel2019-08-031-1/+1
* | Re-enable travis ccache after fixing a cache corruption in Py3.4 builds.Stefan Behnel2019-04-191-1/+1
* | Clear travis ccache in Py3.4 again.Stefan Behnel2019-04-191-2/+2
* | Disable mypy usage in tests for Py3.4 since it's no longer supported.Stefan Behnel2019-04-181-1/+1