Skip to content

Commit 71ca888

Browse files
committed
Update test matrix
1 parent 0b88e06 commit 71ca888

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ env:
1313
matrix:
1414
exclude:
1515
- python: "2.7"
16-
env: DJANGO="Django>=2.0,<2.3" DJANGO="Django>=3.0,<3.1"
16+
env: DJANGO="Django>=2.0,<2.3"
17+
- python: "2.7"
18+
env: DJANGO="Django>=3.0,<3.1"
19+
- python: "pypy"
20+
env: DJANGO="Django>=2.0,<2.3"
1721
- python: "pypy"
18-
env: DJANGO="Django>=2.0,<2.3" DJANGO="Django>=3.0,<3.1"
22+
env: DJANGO="Django>=3.0,<3.1"
1923
before_install:
2024
- pip install poetry
2125
install:
22-
- poetry install
26+
- poetry install -q
2327
- poetry run pip install -q $DJANGO
2428
# command to run tests
2529
script: poetry run python setup.py -q nosetests

0 commit comments

Comments
 (0)