Commit b8c26e77ba15e0e9815bab3f4c8f35c734abd947
1 parent
d07e4d1c
Exists in
master
and in
39 other branches
Install coveralls and flake8 before run tests
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
.travis.yml
@@ -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