From 6973f96f8cd5b51bccc094fef745803a4adcba99 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 3 Oct 2018 16:12:29 +0100 Subject: [Tests] Update tox and CI configs - Add new requirements files to make it easier to install deps. - Tox changes - Update tox to use new requirements files. - Tweak heading styles. - Add development environment command `devenv`. - Remove testenv command as it would run on devenv creation. - Travis changes - Now uses xenial as trusty is very old now. - Trial run disabled to speed up tests. - Add tox-venv for Python 3 support. - Only install testssl if running security tests. - Appveyor - Add tox-venv for Python 3 support. - Use requirements file for non-tox. - Remove trial run to speed up testing. --- requirements-dev.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 requirements-dev.txt (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 000000000..d03e06313 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,16 @@ +-r requirements.txt +-r requirements-docs.txt +-r requirements-tests.txt +sphinx-autobuild +tox +tox-venv +detox +pre-commit +pre-commit-hooks +flake8-blind-except +flake8-builtins +flake8-commas +flake8-comprehensions +flake8-debugger +flake8-mock +flake8-mutable -- cgit v1.2.3