| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use CPython 3.8.0 mechanism to find msvc 14+ | mayeut | 2020-03-07 | 1 | -0/+9 |
| | | |||||
| * | Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵ | Jason R. Coombs | 2020-01-19 | 1 | -1/+0 |
| | | | | | simplifying all of the pipelines. | ||||
| * | Require Python 3.5 or later, dropping support for Python 2. | Jason R. Coombs | 2020-01-02 | 1 | -2/+2 |
| | | | | | This change does not yet remove any of the compatibility for Python 2, but only aims to declare the dropped support. | ||||
| * | appveyor: fix Python 2 job | Benoit Pierre | 2019-05-14 | 1 | -1/+1 |
| | | | | | | Update virtualenv so the tox environment use a more recent version of pip (and probably setuptools/wheel too). | ||||
| * | Require network in CI builds | Paul Ganssle | 2019-02-23 | 1 | -0/+1 |
| | | |||||
| * | appveyor: only clone the first 50 commits | Benoit Pierre | 2018-10-21 | 1 | -0/+2 |
| | | |||||
| * | appveyor: ensure test requirements are installed and up-to-date | Benoit Pierre | 2018-10-21 | 1 | -3/+6 |
| | | |||||
| * | Bump appveyor Python 3 to 3.6 | Paul Ganssle | 2018-05-15 | 1 | -2/+2 |
| | | |||||
| * | Improve speed and clarity of code coverage | Benoit Pierre | 2018-03-27 | 1 | -4/+6 |
| | | | | | | | | | | | | | Rationale: - tox should work the same as before - coverage is too slow and disabled by default locally - disable coverage on pypy and pypy3 (way too slow) - add coverage info for pkg_resources - make sure tests are ignored in coverage - make sure all CI jobs are identifiable - include coverage for xfail (too complicated otherwise) - disable report on terminal | ||||
| * | Add coverage to appveyor build | Paul Ganssle | 2018-03-23 | 1 | -2/+6 |
| | | |||||
| * | enable pip cache in appveyor build | Thijs Triemstra | 2018-02-20 | 1 | -0/+3 |
| | | |||||
| * | On Appveyor, omit the '1.0.' prefix on all builds. | Jason R. Coombs | 2018-01-05 | 1 | -0/+2 |
| | | |||||
| * | Add environment variable to detect APPVEYOR. Ref #851. | Jason R. Coombs | 2016-11-18 | 1 | -0/+2 |
| | | |||||
| * | Install and invoke tox in appveyor | Jason R. Coombs | 2016-10-14 | 1 | -1/+2 |
| | | |||||
| * | Report skips and xfails on CI builds | Jason R. Coombs | 2016-07-30 | 1 | -1/+1 |
| | | |||||
| * | Include Python 2.7 in the appveyor matrix to capture failures on older ↵ | Jason R. Coombs | 2016-07-30 | 1 | -0/+1 |
| | | | | | Pythons. Ref #704. | ||||
| * | Maybe just the pin needs to be removed | Jason R. Coombs | 2016-07-28 | 1 | -1/+0 |
| | | |||||
| * | Also force newer version of flake8, required by pytest-flake8 0.6. | Jason R. Coombs | 2016-07-28 | 1 | -0/+1 |
| | | |||||
| * | Should be able to execute without specifying the full path. | Jason R. Coombs | 2016-07-22 | 1 | -2/+2 |
| | | |||||
| * | Need to bootstrap egg_info. | Jason R. Coombs | 2016-07-22 | 1 | -0/+1 |
| | | |||||
| * | Correct mklink usage. Symlink is the default. | Jason R. Coombs | 2016-07-22 | 1 | -1/+2 |
| | | |||||
| * | Adding simple appveyor config | Jason R. Coombs | 2016-07-22 | 1 | -0/+14 |
