Commit d07e4d1c7ba39a261c8ba9b89edade1ab02b1ca3

Authored by Sergio Oliveira
1 parent 39964ebe

flake8 execution after tests in travis

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
.travis.yml
... ... @@ -11,11 +11,9 @@ install:
11 11 - pip install .
12 12 - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres
13 13  
14   -before_script:
15   - flake8 colab
16   -
17 14 script:
18   - python setup.py test
  15 + - python setup.py test
  16 + - flake8 colab
19 17  
20 18 after_success:
21 19 coveralls
... ...