summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Expand)Author
2018-11-12CI: use py37 instead of py36 by defaultDaniel Hahler
2018-10-14AppVeyor: use fast_finishDaniel Hahler
2018-10-14CI: run specialized factors in a single jobDaniel Hahler
2018-10-12Run docs, doctesting and linting in the same environment to save some CI timeBruno Oliveira
2018-10-09Revert "Merge pull request #4094 from pytest-dev/asottile/asottile-patch-1"Anthony Sottile
2018-10-08Temporarily disable `linting` env in appveyorAnthony Sottile
2018-09-12tests: use unittest.mock with py34+Daniel Hahler
2018-09-05Add codecov support to AppVeyor and remove coverallsBruno Oliveira
2018-09-02Reenable pypy now that scandir can be installed without a compilerBruno Oliveira
2018-07-30Merge remote-tracking branch 'upstream/master' into release-3.7.0Bruno Oliveira
2018-07-29Test with Python 3.7 on Travis and AppVeyorBruno Oliveira
2018-06-28Merge pull request #3629 from egnartsms/issue-2220-param-breaks-depBruno Oliveira
2018-06-27Skip AppVeyor builds on tag pushesBruno Oliveira
2018-06-26merge from master to featuresRonny Pfannschmidt
2018-06-24disable pypy on windows until scandir works for itRonny Pfannschmidt
2018-06-20Fix reference to py36-freeze in travis and appveyorBruno Oliveira
2018-05-27enable pip/pre-commit caching on travis and appveyorRonny Pfannschmidt
2017-10-09remove eol python from the ci configRonny Pfannschmidt
2017-09-18Update tox and appveyor environments to use py36 by defaultBruno Oliveira
2017-09-06Merge branch 'features' into pluggy-masterBruno Oliveira
2017-09-01Add test environment using pluggy from master branchBruno Oliveira
2017-08-14Use py36 as preferred Python 3 interpreter for CI testingBruno Oliveira
2017-08-14Use tox release candidates in CIBruno Oliveira
2017-06-15Only test numpy with py27 and py35.Kale Kundert
2017-01-19Fix pytester internal plugin to work correctly with latest versions of zope.i...Bruno Oliveira
2017-01-05Add py36 to test on AppVeyorBruno Oliveira
2016-12-26Allow trial environments to fail on CI for nowBruno Oliveira
2016-11-24Only execute "coveralls" toxenv on master onceBruno Oliveira
2016-11-12Only install pypy on AppVeyor for "pypy" tox-envBruno Oliveira
2016-11-12Use one job for each tox env on AppVeyorBruno Oliveira
2016-11-11Allow failure of pypy on AppVeyorBruno Oliveira
2016-10-21Re-enable docstring testing of _pytest modules on CIBruno Oliveira
2016-09-25Disable pypy on AppVeyor until #1963 gets fixedBruno Oliveira
2016-08-26docs warnings as errors and initial page similar to READMEBruno Oliveira
2016-07-26Use PyInstaller for freeze test envBruno Oliveira
2016-07-04Split AppVeyor test runs in multiple jobs to avoid timeout issuesBruno Oliveira
2016-02-05correct merge misstake in appveyor.ymlRonny Pfannschmidt
2016-02-05merge latest master into features as wellRonny Pfannschmidt
2016-02-01Test with pypy and enable coveralls in AppVeyorBruno Oliveira
2016-01-05Rename "flakes" testenv to "linting" as requested in reviewBruno Oliveira
2015-12-11Optimize appveyor buildBruno Oliveira
2015-09-26Test py27-xdist and py35 environments on AppVeyorBruno Oliveira
2015-09-26Test py35 on AppVeyorBruno Oliveira
2015-09-14Remove unused run_with_env scriptBruno Oliveira
2015-09-14Use pip and tox from py27 in appveyorBruno Oliveira
2015-06-16appveyor integrationAnatoly Bubenkov