Skip to content

Commit

Permalink
Fix for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pricco committed Apr 22, 2020
1 parent b07cf20 commit 2155580
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
- TOXENV=py38-django30

language: python
python:
- '3.5'

matrix:
fast_finish: true
Expand Down
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ deps =
django22: Django>=2.2,<3.0
django30: Django>=3.0
-r{toxinidir}/requirements/test.pip
basepython =
py38: python3.8
py37: python3.7
py36: python3.6
py35: python3.5
py27: python2.7

[testenv:flake8]
basepython=python
basepython=python3.5
deps=flake8
commands=flake8 qurl_templatetag tests

0 comments on commit 2155580

Please sign in to comment.