From 6d57e33928e6bfcfb1280b5cd987854a3e36ec16 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 16 Mar 2015 09:14:27 -0300 Subject: [PATCH] Re-enabled tests --- .travis.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2cff2a0..7b75cd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,17 +8,16 @@ python: env: - DJANGO_VERSION=1.7.3 -#install: -# - pip install coveralls flake8 -# - pip install . -# - pip install django==${DJANGO_VERSION} -# - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres +install: + - pip install coveralls flake8 + - pip install . + - pip install django==${DJANGO_VERSION} + - psql -c "CREATE USER colab WITH PASSWORD 'colab' CREATEDB;" -U postgres script: - # - python setup.py test - # - flake8 colab - - echo "Success!! =)" + - python setup.py test + - flake8 colab after_success: -# coveralls + - coveralls - ci/build_rpm.sh -- libgit2 0.21.2