Skip to content

Commit

Permalink
add sqlobject 3.3.x. branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtepkeev committed May 7, 2017
1 parent a2483df commit 512ea89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
- SQLOBJECT='sqlobject>=3.0.0,<3.1.0' DB='all'
- SQLOBJECT='sqlobject>=3.1.0,<3.2.0' DB='all'
- SQLOBJECT='sqlobject>=3.2.0,<3.3.0' DB='all'
- SQLOBJECT='sqlobject>=3.3.0,<3.4.0' DB='all'
- PEEWEE='peewee>=2.2.0,<2.3.0' DB='all'
- PEEWEE='peewee>=2.3.0,<2.4.0' DB='all'
- PEEWEE='peewee>=2.4.0,<2.5.0' DB='all'
Expand Down Expand Up @@ -62,6 +63,8 @@ matrix:
env: SQLOBJECT='sqlobject>=3.1.0,<3.2.0' DB='all'
- python: 3.2
env: SQLOBJECT='sqlobject>=3.2.0,<3.3.0' DB='all'
- python: 3.2
env: SQLOBJECT='sqlobject>=3.3.0,<3.4.0' DB='all'
- python: 3.3
env: SQLOBJECT='sqlobject>=1.5.0,<1.6.0' DB='all'
- python: 3.3
Expand All @@ -80,6 +83,8 @@ matrix:
env: SQLOBJECT='sqlobject>=3.1.0,<3.2.0' DB='all'
- python: 3.3
env: SQLOBJECT='sqlobject>=3.2.0,<3.3.0' DB='all'
- python: 3.3
env: SQLOBJECT='sqlobject>=3.3.0,<3.4.0' DB='all'
- python: 3.4
env: SQLOBJECT='sqlobject>=1.5.0,<1.6.0' DB='all'
- python: 3.4
Expand Down

0 comments on commit 512ea89

Please sign in to comment.