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
530463879e Use --durations instead of --duration for pytest
Newer pytest no longer accepts --duration as an alias for --durations.
2020-08-16 14:20:37 +07:00
Paul Moore
19a613efc5 Add a travis job to test the new resolver known failures 2020-05-22 09:00:19 +01:00
Tzu-ping Chung
a82a5e7abe Add pytest option to globally switch resolver 2020-05-14 18:00:42 +08:00
Chris Hunt
a7edcc730e Normalize parallelization parameter. 2019-10-29 02:04:55 -04:00
Pradyun Gedam
033a01333c
Drop tox -e packaging from CIs 2019-09-24 18:35:53 +05:30
Pradyun Gedam
ea80263958
Drop lint-py2 and mypy from Travis CI 2019-09-24 17:03:38 +05:30
Pradyun Gedam
506a08bc38
Rename tox lint-py3 to tox lint
Also update references to it, in Travis CI config and in documentation.
2019-08-27 13:55:20 +05:30
Xavier Fernandez
c0203692fa travis: keep lint jobs for docs-only changes 2019-07-18 14:37:31 +02:00
Pradyun Gedam
20356a7142
Use tox -e pypy on Travis CI for PyPy 2.7 and 3.5 2018-12-13 19:54:53 +05:30
Benoit Pierre
744b8cf96e improve build environment
- check build requirements for conflicts
- better isolation (ignore system site packages)
- support 2 prefixes: a "normal" one, and an "overlay" one
  (with higher priority over "normal")
2018-10-29 23:17:51 +01:00
Benoit Pierre
a4209aa0fb tests: add support for using venv for the virtual environment
Add a new testsuite option `--use-venv` to enable the use of `venv`
for creating a test virtual environment. The option is opt-in because
creating a `venv` environment does not work right when running under a
`virtualenv`; which is why `tox-venv` must be used in combination with
tox.
2018-10-21 21:43:32 +02:00
Pradyun Gedam
66b2c7f7ba
Move Travis files into tools/ 2018-06-15 21:54:55 +05:30
Renamed from .travis/run.sh (Browse further)