aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use CPython 3.8.0 mechanism to find msvc 14+mayeut2020-03-071-0/+9
|
* Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵Jason R. Coombs2020-01-191-1/+0
| | | | simplifying all of the pipelines.
* Require Python 3.5 or later, dropping support for Python 2.Jason R. Coombs2020-01-021-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 jobBenoit Pierre2019-05-141-1/+1
| | | | | Update virtualenv so the tox environment use a more recent version of pip (and probably setuptools/wheel too).
* Require network in CI buildsPaul Ganssle2019-02-231-0/+1
|
* appveyor: only clone the first 50 commitsBenoit Pierre2018-10-211-0/+2
|
* appveyor: ensure test requirements are installed and up-to-dateBenoit Pierre2018-10-211-3/+6
|
* Bump appveyor Python 3 to 3.6Paul Ganssle2018-05-151-2/+2
|
* Improve speed and clarity of code coverageBenoit Pierre2018-03-271-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 buildPaul Ganssle2018-03-231-2/+6
|
* enable pip cache in appveyor buildThijs Triemstra2018-02-201-0/+3
|
* On Appveyor, omit the '1.0.' prefix on all builds.Jason R. Coombs2018-01-051-0/+2
|
* Add environment variable to detect APPVEYOR. Ref #851.Jason R. Coombs2016-11-181-0/+2
|
* Install and invoke tox in appveyorJason R. Coombs2016-10-141-1/+2
|
* Report skips and xfails on CI buildsJason R. Coombs2016-07-301-1/+1
|
* Include Python 2.7 in the appveyor matrix to capture failures on older ↵Jason R. Coombs2016-07-301-0/+1
| | | | Pythons. Ref #704.
* Maybe just the pin needs to be removedJason R. Coombs2016-07-281-1/+0
|
* Also force newer version of flake8, required by pytest-flake8 0.6.Jason R. Coombs2016-07-281-0/+1
|
* Should be able to execute without specifying the full path.Jason R. Coombs2016-07-221-2/+2
|
* Need to bootstrap egg_info.Jason R. Coombs2016-07-221-0/+1
|
* Correct mklink usage. Symlink is the default.Jason R. Coombs2016-07-221-1/+2
|
* Adding simple appveyor configJason R. Coombs2016-07-221-0/+14