We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c4715 commit 34a0fbcCopy full SHA for 34a0fbc
.travis.yml
@@ -11,8 +11,8 @@ before_script:
11
- psql -U postgres -c 'CREATE USER jrandom SUPERUSER;'
12
script:
13
- DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
14
- - DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
15
+ - python postgres/__init__.py -v
+ - python postgres/orm.py -v
16
notifications:
17
email: false
18
irc:
0 commit comments