Commit Graph

5 Commits

Author SHA1 Message Date
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