Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Use the new containerized build system at Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Jan 9, 2015
1 parent 8dbbe38 commit 68abbbf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
sudo: false
language: python
python:
- "2.6"
env:
- PIP_DOWNLOAD_CACHE="pip_cache"
cache:
directories:
- pip_cache
before_script:
- flake8 news
- mysql -e 'create database basket;'
Expand All @@ -9,10 +15,10 @@ script: coverage run manage.py test news
before_install:
- git submodule update --init --recursive
install:
- pip install -r requirements/compiled.txt -r requirements/dev.txt --use-mirrors
- pip install -r requirements/compiled.txt -r requirements/dev.txt
after_success:
# Report coverage results to coveralls.io
- pip install coveralls --use-mirrors
- pip install coveralls
- coveralls
notifications:
irc:
Expand Down

0 comments on commit 68abbbf

Please sign in to comment.