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 2155580 commit d375580
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
sudo: false
dist: bionic

language: python
python:
- '3.5'

env:
- TOXENV=flake8
- TOXENV=py35-django20
Expand All @@ -9,10 +16,6 @@ env:
- TOXENV=py36-django30
- TOXENV=py38-django30

language: python
python:
- '3.5'

matrix:
fast_finish: true
include:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ basepython =
py37: python3.7
py36: python3.6
py35: python3.5
py27: python2.7

[testenv:flake8]
basepython=python3.5
Expand Down

0 comments on commit d375580

Please sign in to comment.