Commit b8c26e77ba15e0e9815bab3f4c8f35c734abd947

Authored by Sergio Oliveira
1 parent d07e4d1c

Install coveralls and flake8 before run tests

Showing 2 changed files with 1 additions and 4 deletions   Show diff stats
@@ -7,6 +7,7 @@ env: @@ -7,6 +7,7 @@ env:
7 - DJANGO_VERSION=1.7.3 7 - DJANGO_VERSION=1.7.3
8 8
9 install: 9 install:
  10 + - pip install coveralls flake8
10 - pip install django==${DJANGO_VERSION} 11 - pip install django==${DJANGO_VERSION}
11 - pip install . 12 - pip install .
12 - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres 13 - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres
requirements_dev.txt
@@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
1 -Whoosh==2.5.7  
2 -coverage==3.7.1  
3 -coveralls==0.5  
4 -flake8==2.3.0