Skip to content

Commit

Permalink
travis: reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Feb 18, 2018
1 parent 6201ab9 commit a9b9a0c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ matrix:
- python: "2.7"
env: BCRYPT="enabled" DB_STRING="postgres://postgres@127.0.0.1:5432/test"

- python: "2.7"
env: DB_STRING=""

- python: "3.5"
env: DB_STRING=""

- python: "3.3"
env: BCRYPT="enabled" DB_STRING="postgres://postgres@127.0.0.1:5432/test"

Expand All @@ -29,9 +35,6 @@ matrix:
- python: "3.5"
env: BCRYPT="enabled" DB_STRING="postgres://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"

Expand Down

0 comments on commit a9b9a0c

Please sign in to comment.