Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Update .travis.yml to support new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsilverberg committed Apr 30, 2015
1 parent c85a1af commit e34f743
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ python:
before_script:
- mysql -e 'create database oneanddone character set utf8;'
- cp oneanddone/settings/local.py-travis oneanddone/settings/local.py
before_install:
- git submodule update --init --recursive
install:
- pip install -r requirements/compiled.txt
- pip install -r requirements/dev.txt
install:
- pip install -r requirements/requirements.txt
env:
- DEBUG=False SECRET_KEY='FOO' ALLOWED_HOSTS=localhost, DATABASE_URL=mysql://root:@localhost:3306/oneanddone
script: python manage.py test

0 comments on commit e34f743

Please sign in to comment.