Skip to content

Commit

Permalink
Use circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Feb 1, 2015
1 parent c9bf71d commit 1e98763
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circle.yml
Expand Up @@ -6,10 +6,6 @@ machine:
timezone:
Europe/Zurich # Set the timezone

## Customize checkout
checkout:
post:
- sh -c "if [ '$DB' = 'postgres://postgres@127.0.0.1/djangocms_test' ]; then psql -c 'DROP DATABASE IF EXISTS djangocms_test;' -U postgres; psql -c 'create database djangocms_test;' -U postgres; fi"

## Customize dependencies
dependencies:
Expand All @@ -21,4 +17,4 @@ dependencies:
## Customize test commands
test:
override:
- DJANGO=1.6 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 python develop.py test
- DJANGO=1.6 DATABASE_URL='postgres://ubuntu@127.0.0.1/circle_test' SELENIUM=1 python develop.py test

0 comments on commit 1e98763

Please sign in to comment.