From 51af6a236a97613cb36866a5506ebfa8b0e1b8bd Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 8 Mar 2016 14:59:28 +0000 Subject: [PATCH] [autograd] added install instr for autograd --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f4c38549..b236d515 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ install: - pip install codecov - pip install pypandoc - pip install git+git://github.com/BRML/climin.git +- pip install autograd - python setup.py develop script: