We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b88e06 commit 71ca888Copy full SHA for 71ca888
.travis.yml
@@ -13,13 +13,17 @@ env:
13
matrix:
14
exclude:
15
- python: "2.7"
16
- env: DJANGO="Django>=2.0,<2.3" DJANGO="Django>=3.0,<3.1"
+ env: DJANGO="Django>=2.0,<2.3"
17
+ - python: "2.7"
18
+ env: DJANGO="Django>=3.0,<3.1"
19
+ - python: "pypy"
20
21
- python: "pypy"
22
23
before_install:
24
- pip install poetry
25
install:
- - poetry install
26
+ - poetry install -q
27
- poetry run pip install -q $DJANGO
28
# command to run tests
29
script: poetry run python setup.py -q nosetests
0 commit comments