From 64141ca5fec5bbdfdb46aa3ca1ffb64790446847 Mon Sep 17 00:00:00 2001
From: "Mads M. Pedersen" <mmpe@dtu.dk>
Date: Thu, 8 Dec 2016 09:06:33 +0100
Subject: [PATCH] Moved pytest-cov to standard conda channel

---
 docs/install.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/install.md b/docs/install.md
index dbf386b..36488a3 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -8,8 +8,8 @@ Install the necessary Python dependencies using the ```conda``` package manager:
 
 ```
 >> conda install setuptools_scm future h5py pytables pytest nose sphinx blosc pbr paramiko
->> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil
->> conda install -c https://conda.anaconda.org/conda-forge pyscaffold pytest-cov --no-update-dependencies
+>> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil pytest-cov
+>> conda install -c https://conda.anaconda.org/conda-forge pyscaffold --no-update-dependencies
 ```
 
 Now you can install ```wetb``` with ```pip``` (there is no ```conda``` package
-- 
GitLab