Skip to content

Commit

Permalink
Add integration test for nox
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 11, 2024
1 parent abc834d commit 246e1d1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
18 changes: 18 additions & 0 deletions samples/integration/nox.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 246e1d1

Please sign in to comment.