Skip to content

Commit

Permalink
travis: test pypy on sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Feb 18, 2018
1 parent 16ff23a commit 3a776a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ matrix:
env: BCRYPT="enabled" DB_STRING="postgres://postgres@127.0.0.1:5432/test"

- python: "pypy"
env: DB_STRING="postgresql+psycopg2cffi://postgres@127.0.0.1:5432/test"
env:

- python: "pypy3"
env: DB_STRING="postgresql+psycopg2cffi://postgres@127.0.0.1:5432/test"
env:

services:
- postgresql
Expand Down

0 comments on commit 3a776a3

Please sign in to comment.