Skip to content

Commit

Permalink
travis: more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Feb 18, 2018
1 parent 5020496 commit 6201ab9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ matrix:
- python: "3.5"
env: BCRYPT="enabled" DB_STRING="postgres://postgres@127.0.0.1:5432/test"

# - python: "pypy"
# env: PYBCRYPT="enabled" DB_STRING="postgresql+psycopg2cffi://postgres@127.0.0.1:5432/test"
#
# - python: "pypy3"
# env: PYBCRYPT="enabled" DB_STRING="postgresql+psycopg2cffi://postgres@127.0.0.1:5432/test"
- python: "3.5"
env: DB_STRING=""

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

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

services:
- postgresql
Expand Down

0 comments on commit 6201ab9

Please sign in to comment.