File tree Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ jobs :
3
+ build :
4
+ docker :
5
+ - image : themattrix/tox
6
+ environment : # environment variables for primary container
7
+ DATABASE_URL : postgresql://root@localhost/circle_test?sslmode=disable
8
+ DB_USER : root
9
+ DB_NAME : circle_test
10
+ - image : circleci/postgres:9.6.2 # an example of how to specify a service container
11
+ environment :
12
+ POSTGRES_USER : root
13
+ POSTGRES_DB : circle_test
14
+ steps :
15
+ - checkout
16
+ - run : apt-get update && apt-get install -y libpq-dev
17
+ - run : tox
Original file line number Diff line number Diff line change 1
1
# SQL Views for Postgres
2
2
3
- [ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/mypebble/django-pgviews?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
- [ ![ Circle CI] ( https://circleci.com/gh/mypebble/django-pgviews.png )] ( https://circleci.com/gh/mypebble/django-pgviews )
3
+ [ ![ Circle CI] ( https://circleci.com/gh/mikicz/django-pgviews.png )] ( https://circleci.com/gh/mikicz/django-pgviews )
5
4
6
5
Adds first-class support for [ PostgreSQL Views] [ pg-views ] in the Django ORM
7
6
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments