From 840f1795465dfa8927ea3857a864ca8b6fe5588f Mon Sep 17 00:00:00 2001 From: cgeoffroy Date: Thu, 3 Mar 2016 16:53:52 +0100 Subject: [PATCH] Installing pytest --- .gitignore | 2 ++ ansible/install.yml | 3 +++ conftest.py | 0 3 files changed, 5 insertions(+) create mode 100644 conftest.py diff --git a/.gitignore b/.gitignore index 5cbc2c6..6b050ca 100755 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ target/ #Ipython Notebook .ipynb_checkpoints +#Pytest +.pytest.restart diff --git a/ansible/install.yml b/ansible/install.yml index 1d73779..23df943 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -35,3 +35,6 @@ - name: install oslo.config pip: name=oslo.config + + - name: install pytest + pip: name=pytest diff --git a/conftest.py b/conftest.py new file mode 100644 index 0000000..e69de29 -- 2.17.1