From 498484b75bfedbd0636a0e502998327a62476460 Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Fri, 10 Feb 2017 22:41:43 +0100 Subject: [PATCH] Added import of statsmodels to .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 894796e..88ad183 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_install: - sudo apt-get install gfortran # Install packages install: - - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose pytest matplotlib pytest-pep8 pytest-cov mpmath pillow numba + - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose pytest matplotlib pytest-pep8 pytest-cov mpmath pillow numba statsmodels - pip install funcsigs - pip install numdifftools - pip install coveralls