summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Swap out tox for noxEric Lin2020-07-081-5/+5
|
* Try to auto-accept dialog so headless install doesn't get stuckTodd Leonhardt2020-02-101-5/+6
|
* Attempt at a quick fix for AppVeyor errorsTodd Leonhardt2020-02-101-0/+3
|
* Fixing Windows unit test that hangs on AppVeyor due to a KeyboardInterruptKevin Van Brunt2019-11-121-1/+1
|
* Seeing if adding a "echo y |" unit test command helpsTodd Leonhardt2019-10-191-1/+1
|
* Trying to add an init phaseTodd Leonhardt2019-10-171-0/+5
|
* Fix typoTodd Leonhardt2019-10-171-1/+1
|
* Trying to switch to Miniconda based PythonTodd Leonhardt2019-10-171-2/+2
|
* Seeing if PYTHONBUFFERED helps overcome getting stuck at the keyboard ↵Todd Leonhardt2019-10-171-6/+6
| | | | interrupt issue
* Add/fix commentsTodd Leonhardt2019-10-171-7/+7
|
* Try only building for Python 3.7 on WindowsTodd Leonhardt2019-10-171-5/+0
|
* Don't try to build for Python 3.5 due to issue installing required mock ↵Todd Leonhardt2019-10-171-6/+1
| | | | dependency
* Fix environment variable nameTodd Leonhardt2019-10-171-1/+1
|
* Experimenting with a very different AppVeyor configuration to try to fix ↵Todd Leonhardt2019-10-171-17/+30
| | | | Windows builds and make them more reliable
* Try temporarily disabling Python 3.5 testing and using miniconda for Python ↵Todd Leonhardt2019-05-131-2/+3
| | | | 3.6 and 3.7
* Try a miniconda-based install on AppVeyorTodd Leonhardt2019-05-131-13/+14
|
* Comment out Python 3.6 so we can see what happens with 3.7Todd Leonhardt2019-05-131-4/+4
|
* Maybe now?Todd Leonhardt2019-05-131-1/+1
|
* take 6Todd Leonhardt2019-05-131-3/+3
|
* take 5Todd Leonhardt2019-05-131-3/+3
|
* take 4Todd Leonhardt2019-05-131-3/+3
|
* Third time is a charm?Todd Leonhardt2019-05-131-1/+1
|
* Attempt 2 at fixing AppVeyor build failuresTodd Leonhardt2019-05-131-1/+18
|
* Attempt at fixing recent build failures on AppVeyorTodd Leonhardt2019-05-131-3/+4
|
* Fix redundant environments in tox.iniTodd Leonhardt2018-10-231-1/+1
|
* Add Python 3.7 to AppVeyor Windows build/testTodd Leonhardt2018-07-111-1/+1
|
* No longer try to test on Python 2.7 on either TravisCI or AppVeyorTodd Leonhardt2018-04-151-1/+1
|
* Trying to fix tox.ini and appveyor.yml to get automated Windows tests to ↵Todd Leonhardt2017-11-151-2/+2
| | | | work again
* Updated appveyor.yml to ensure that pyreadline gets installed on Windows ↵Todd Leonhardt2017-11-151-1/+1
| | | | continuous integration test boxes
* Don't run code coverage in Python 3.6 on WindowsTodd Leonhardt2017-07-021-1/+1
|
* Attempt to speedup unit testsTodd Leonhardt2017-07-021-1/+1
| | | | | | | | | | | | | | | | | | Now that we have a lot of unit tests and are running code coverage analysis, our unit tests take a long time to run. Changes include ... tox: - Install pytest-xdist to parallelize unit tests - Only run code coverage analysis on Python 2.7 and 3.6 - Don't run examples/example.py anymore, just run the unit tests TravisCI: - Stop building on Python 3.7-dev since that won't be released for some time AppVeyor: - Stop building on Python 3.4 since that isn't as important and is covered by Travis
* Add .appveyor.ymlFederico Ceratto2017-01-281-0/+7