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

12 commits

Author SHA1 Message Date
Pradyun Gedam
72c0cf4197
Azure Pipelines: Drop useVenv
This wasn't actually ever used, since the value was always '$(useVenv)'.
2020-04-12 19:34:13 +05:30
Tzu-ping Chung
9c57a6b898 Make tests relying virtualenv semantics pass 2020-02-27 17:43:14 +08:00
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
Pradyun Gedam
6f8c29aa77
Enable end-of-file-fixer 2019-09-24 18:03:22 +05:30
Brian Cristante
1b67afe99c just install tox explicitly 2018-10-05 16:01:08 -04:00
Brian Cristante
5cbcb72554 Remove conditional branching based on vmImage 2018-10-05 15:58:56 -04:00
Brian Cristante
69c74f916e delete install-dependencies.yml and fix build 2018-10-01 08:29:19 -04:00
Brian Cristante
fe76e4f80e Get rid of branching logic based on image name 2018-10-01 08:24:40 -04:00
Brian Cristante
60ff4a663c Add Azure Pipelines configuration 2018-09-14 17:36:12 -07:00