diff --git a/.test-conda-env-py2.yml b/.test-conda-env-py2.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a8f559e29e0250ed5011df898a91ac7b114df740
--- /dev/null
+++ b/.test-conda-env-py2.yml
@@ -0,0 +1,12 @@
+name: test-conda-env-py2
+channels:
+- conda-forge
+- defaults
+
+dependencies:
+- python=2.7
+- git
+- conda-forge::numpy
+- pocl
+- mako
+- pybind11