Skip to content

Commit

Permalink
Atualiza o setuptools, no travis-ci, antes de instalar as dependências.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofonseca authored Jul 29, 2016
1 parent 2708e5e commit f8e897e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ python:
env:
- DJANGO_VERSION=1.4 SCIELOMANAGER_SETTINGS_FILE=`pwd`/scielomanager/scielomanager/settings_local.include
install:
- pip install --upgrade pip
- pip install --upgrade setuptools
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements-test.txt --use-mirrors
before_script:
- cp scielomanager/scielomanager/settings_local.include-TEMPLATE scielomanager/scielomanager/settings_local.include
- psql -c 'create database journalmanager;' -U postgres
- pip install --upgrade pip
script:
- make test

0 comments on commit f8e897e

Please sign in to comment.