From 246e1d1a9beb8d325c18de73883987a52e33dded Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 11 Jan 2024 16:23:25 +0000 Subject: [PATCH] Add integration test for nox --- playbooks/test-integration.yml | 2 ++ samples/integration/nox.txt | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 samples/integration/nox.txt diff --git a/playbooks/test-integration.yml b/playbooks/test-integration.yml index 0b3c2c2..336aa8f 100644 --- a/playbooks/test-integration.yml +++ b/playbooks/test-integration.yml @@ -19,6 +19,8 @@ url: https://github.com/python/typeshed.git - name: flask-babel url: https://github.com/python-babel/flask-babel.git + - name: nox + url: https://github.com/wntrblm/nox tasks: - name: Show cache directory ansible.builtin.debug: diff --git a/samples/integration/nox.txt b/samples/integration/nox.txt new file mode 100644 index 0000000..2adc53a --- /dev/null +++ b/samples/integration/nox.txt @@ -0,0 +1,18 @@ +build +conda_tests-3.10 +conda_tests-3.7 +conda_tests-3.8 +conda_tests-3.9 +cover +docs +install +lint +lint2 +test +tests-3.10 +tests-3.11 +tests-3.12 +tests-3.7 +tests-3.8 +tests-3.9 +uninstall