1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

6 commits

Author SHA1 Message Date
Hugo f08dc673a7 Upgrade virtualenv 2020-01-07 21:44:44 -05:00
Chris Hunt 24a9d77e41 Move AppVeyor tests to Azure Pipelines
This will allow us to have CI running concurrently on multiple PRs,
since we get 30 parallel jobs on Azure Pipelines but only 1 on AppVeyor.

We have parameterized --use-venv since AppVeyor was using it, but Azure
Pipelines was previously not.
2020-01-06 19:32:05 -05:00
Chris Hunt a7edcc730e Normalize parallelization parameter. 2019-10-29 02:04:55 -04:00
Chris Hunt ceaf75b9ed Put Temp on RAM Disk for Azure Pipelines tests
Profiling on Azure Pipelines indicates that the majority of our time is
spent waiting for filesystem operations to complete. As a quick way to
improve our test speed in this area, we can do operations on a RAM disk
instead of the default SSDs.
2019-10-28 22:50:37 -04:00
Brian Cristante 69c74f916e delete install-dependencies.yml and fix build 2018-10-01 08:29:19 -04:00
Brian Cristante 60ff4a663c Add Azure Pipelines configuration 2018-09-14 17:36:12 -07:00