Skip to content

Commit c8849b2

Browse files
committed
updates tox/travis config
1 parent 77a719f commit c8849b2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ matrix:
5656
- python: 2.7
5757
env: DJANGO=2.0 DB=mysql
5858

59+
- python: 2.7
60+
env: DJANGO=2.1 DB=pg
61+
62+
- python: 2.7
63+
env: DJANGO=2.1 DB=mysql
64+
5965
install:
6066
- pip install tox "coverage<=4.0" codecov
6167

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
2-
envlist = d{111}-py{27,35,36,py}-{pg,sqlite,mysql},
3-
d{20,21}-py{35,36}-{pg,sqlite,mysql}
2+
envlist = d{111}-py{27,35,36,37,py}-{pg,sqlite,mysql},
3+
d{20,21}-py{35,36,37}-{pg,sqlite,mysql}
44

55

66
[pytest]

0 commit comments

Comments
 (0)