Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Swap out tox for nox | Eric Lin | 2020-07-08 | 1 | -5/+5 |
| | |||||
* | Try to auto-accept dialog so headless install doesn't get stuck | Todd Leonhardt | 2020-02-10 | 1 | -5/+6 |
| | |||||
* | Attempt at a quick fix for AppVeyor errors | Todd Leonhardt | 2020-02-10 | 1 | -0/+3 |
| | |||||
* | Fixing Windows unit test that hangs on AppVeyor due to a KeyboardInterrupt | Kevin Van Brunt | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | Seeing if adding a "echo y |" unit test command helps | Todd Leonhardt | 2019-10-19 | 1 | -1/+1 |
| | |||||
* | Trying to add an init phase | Todd Leonhardt | 2019-10-17 | 1 | -0/+5 |
| | |||||
* | Fix typo | Todd Leonhardt | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Trying to switch to Miniconda based Python | Todd Leonhardt | 2019-10-17 | 1 | -2/+2 |
| | |||||
* | Seeing if PYTHONBUFFERED helps overcome getting stuck at the keyboard ↵ | Todd Leonhardt | 2019-10-17 | 1 | -6/+6 |
| | | | | interrupt issue | ||||
* | Add/fix comments | Todd Leonhardt | 2019-10-17 | 1 | -7/+7 |
| | |||||
* | Try only building for Python 3.7 on Windows | Todd Leonhardt | 2019-10-17 | 1 | -5/+0 |
| | |||||
* | Don't try to build for Python 3.5 due to issue installing required mock ↵ | Todd Leonhardt | 2019-10-17 | 1 | -6/+1 |
| | | | | dependency | ||||
* | Fix environment variable name | Todd Leonhardt | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Experimenting with a very different AppVeyor configuration to try to fix ↵ | Todd Leonhardt | 2019-10-17 | 1 | -17/+30 |
| | | | | Windows builds and make them more reliable | ||||
* | Try temporarily disabling Python 3.5 testing and using miniconda for Python ↵ | Todd Leonhardt | 2019-05-13 | 1 | -2/+3 |
| | | | | 3.6 and 3.7 | ||||
* | Try a miniconda-based install on AppVeyor | Todd Leonhardt | 2019-05-13 | 1 | -13/+14 |
| | |||||
* | Comment out Python 3.6 so we can see what happens with 3.7 | Todd Leonhardt | 2019-05-13 | 1 | -4/+4 |
| | |||||
* | Maybe now? | Todd Leonhardt | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | take 6 | Todd Leonhardt | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | take 5 | Todd Leonhardt | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | take 4 | Todd Leonhardt | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | Third time is a charm? | Todd Leonhardt | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Attempt 2 at fixing AppVeyor build failures | Todd Leonhardt | 2019-05-13 | 1 | -1/+18 |
| | |||||
* | Attempt at fixing recent build failures on AppVeyor | Todd Leonhardt | 2019-05-13 | 1 | -3/+4 |
| | |||||
* | Fix redundant environments in tox.ini | Todd Leonhardt | 2018-10-23 | 1 | -1/+1 |
| | |||||
* | Add Python 3.7 to AppVeyor Windows build/test | Todd Leonhardt | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | No longer try to test on Python 2.7 on either TravisCI or AppVeyor | Todd Leonhardt | 2018-04-15 | 1 | -1/+1 |
| | |||||
* | Trying to fix tox.ini and appveyor.yml to get automated Windows tests to ↵ | Todd Leonhardt | 2017-11-15 | 1 | -2/+2 |
| | | | | work again | ||||
* | Updated appveyor.yml to ensure that pyreadline gets installed on Windows ↵ | Todd Leonhardt | 2017-11-15 | 1 | -1/+1 |
| | | | | continuous integration test boxes | ||||
* | Don't run code coverage in Python 3.6 on Windows | Todd Leonhardt | 2017-07-02 | 1 | -1/+1 |
| | |||||
* | Attempt to speedup unit tests | Todd Leonhardt | 2017-07-02 | 1 | -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.yml | Federico Ceratto | 2017-01-28 | 1 | -0/+7 |