From 59529bf7787aba572e07cbf5508b2438b11856f2 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Wed, 15 Feb 2017 18:45:37 -0600 Subject: [PATCH] Add pexpect dependency in py3. --- .test-py3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.test-py3.yml b/.test-py3.yml index bf657b1..d800328 100644 --- a/.test-py3.yml +++ b/.test-py3.yml @@ -4,6 +4,7 @@ channels: - conda-forge - defaults dependencies: + - pexpect - conda-forge::numpy - conda-forge::sympy - python=3.5 -- GitLab