Skip to content

Commit

Permalink
Add in required configuration for Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Mar 27, 2012
1 parent 927b1cd commit 3750d0c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: python
python:
- 2.7
install:
- ./.travis_setup
env:
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.4
- SKIP_COVERAGE=1 SKIP_INSTALL=1 DJANGO_VERSION=1.3.1
script: fab test
notifications:
email: false
irc:
on_success: change
on_failure: always
channels:
- "irc.freenode.org#armstrongcms"
5 changes: 5 additions & 0 deletions .travis_setup
@@ -0,0 +1,5 @@
#!/bin/bash
pip install Django==$DJANGO_VERSION
pip install -i http://armstrong.github.com/pypi.armstrongcms.org/index/ -r requirements/dev.txt
pip install .

0 comments on commit 3750d0c

Please sign in to comment.