Commit 6d57e33928e6bfcfb1280b5cd987854a3e36ec16

Authored by Sergio Oliveira
1 parent 5089a9b7

Re-enabled tests

Showing 1 changed file with 8 additions and 9 deletions   Show diff stats
.travis.yml
... ... @@ -8,17 +8,16 @@ python:
8 8 env:
9 9 - DJANGO_VERSION=1.7.3
10 10  
11   -#install:
12   -# - pip install coveralls flake8
13   -# - pip install .
14   -# - pip install django==${DJANGO_VERSION}
15   -# - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres
  11 +install:
  12 + - pip install coveralls flake8
  13 + - pip install .
  14 + - pip install django==${DJANGO_VERSION}
  15 + - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres
16 16  
17 17 script:
18   - # - python setup.py test
19   - # - flake8 colab
20   - - echo "Success!! =)"
  18 + - python setup.py test
  19 + - flake8 colab
21 20  
22 21 after_success:
23   -# coveralls
  22 + - coveralls
24 23 - ci/build_rpm.sh
... ...