File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,9 @@ matrix:
29
29
env : TOXENV=py35-dj111
30
30
- python : 3.6
31
31
env : TOXENV=py36-dj111
32
- - python : 2.7
33
- env : TOXENV=flake8
34
- - python : 2.7
35
- env : TOXENV=isort
36
- - python : 2.7
37
- env : TOXENV=readme
32
+ - env : TOXENV=flake8
33
+ - env : TOXENV=isort
34
+ - env : TOXENV=readme
38
35
install :
39
36
- pip install tox codecov
40
37
script :
Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ envlist =
8
8
readme
9
9
10
10
[testenv]
11
- basepython =
12
- py27: python2.7
13
- py33: python3.3
14
- py34: python3.4
15
- py35: python3.5
16
- py36: python3.6
17
11
deps =
18
12
dj18: Django>=1.8,<1.9
19
13
dj19: Django>=1.9,<1.10
@@ -32,20 +26,16 @@ usedevelop = true
32
26
commands = make coverage TEST_ARGS =' {posargs:tests}'
33
27
34
28
[testenv:flake8]
35
- basepython = python2.7
36
29
commands = make flake8
37
30
deps = flake8
38
31
39
32
[testenv:isort]
40
- basepython = python2.7
41
33
commands = make isort_check_only
42
34
deps = isort
43
35
44
36
[testenv:jshint]
45
- basepython = python2.7
46
37
commands = make jshint
47
38
48
39
[testenv:readme]
49
- basepython = python2.7
50
40
commands = python setup.py check -r -s
51
41
deps = readme_renderer
You can’t perform that action at this time.
0 commit comments