Skip to content

Commit

Permalink
modify tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
tokibito committed Feb 20, 2020
1 parent 4fe2570 commit 4501339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions django_ftpserver/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# flake8: noqa
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import models, migrations
from django.conf import settings

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ deps =
{[testenv]deps}

[testenv:flake8]
basepython = python3.7
basepython = python3.8
deps =
flake8
commands =
flake8 src/

[testenv:coverage]
basepython = python3.7
basepython = python3.8
deps =
django>=3.0,<3.1
coverage
Expand Down

0 comments on commit 4501339

Please sign in to comment.