From b8c26e77ba15e0e9815bab3f4c8f35c734abd947 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 27 Jan 2015 17:08:49 -0200 Subject: [PATCH] Install coveralls and flake8 before run tests --- .travis.yml | 1 + requirements_dev.txt | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 requirements_dev.txt diff --git a/.travis.yml b/.travis.yml index 0e3653d..5b90a2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ env: - DJANGO_VERSION=1.7.3 install: + - pip install coveralls flake8 - pip install django==${DJANGO_VERSION} - pip install . - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres diff --git a/requirements_dev.txt b/requirements_dev.txt deleted file mode 100644 index 1ccc322..0000000 --- a/requirements_dev.txt +++ /dev/null @@ -1,4 +0,0 @@ -Whoosh==2.5.7 -coverage==3.7.1 -coveralls==0.5 -flake8==2.3.0 -- libgit2 0.21.2