Skip to content

Commit 34a0fbc

Browse files
committed
Let's see about running doctests on Travis
1 parent 24c4715 commit 34a0fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ before_script:
1111
- psql -U postgres -c 'CREATE USER jrandom SUPERUSER;'
1212
script:
1313
- DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
14-
- DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
15-
- DATABASE_URL=postgres://jrandom@localhost/test py.test tests.py -v
14+
- python postgres/__init__.py -v
15+
- python postgres/orm.py -v
1616
notifications:
1717
email: false
1818
irc:

0 commit comments

Comments
 (0)