From e2b838ae9c06e28a97d2c6f0684c13ea75c0c737 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Mon, 3 Sep 2018 23:20:30 +0200 Subject: [PATCH] testfixtures in requirements.txt #55 --- .travis.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 136e5d4ca..877b54bca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: # command to install dependencies install: - pip install codecov - - pip install pytest pytest-cov testfixtures + - pip install pytest pytest-cov - pip install notebook - pip install -r requirements.txt - pip install . diff --git a/requirements.txt b/requirements.txt index f53c695f9..44fd03cb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ nbformat>=4.0.0 pyyaml mock six +testfixtures