From d478563bfad359f21f151d75435c67cd447763f7 Mon Sep 17 00:00:00 2001
From: Daniel Ecer <de-code@users.noreply.github.com>
Date: Tue, 20 Mar 2018 11:34:01 +0000
Subject: [PATCH] specify pytest cache dir

---
 pytest.ini | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 pytest.ini

diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000..6de73c6
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,3 @@
+[pytest]
+testpaths = sciencebeam_gym
+cache_dir = .temp/pytest
-- 
GitLab