@@ 4,19 4,6 @@ language: python
matrix:
include:
- - python: 3.4
- dist: trusty
- sudo: false
- env: LINT="yes"
- - python: 3.4
- dist: trusty
- sudo: false
- env: DJANGO="1.11"
- - python: 3.4
- dist: trusty
- sudo: false
- env: DJANGO="2.0"
-
- python: 3.5
dist: trusty
sudo: false
@@ 1,11 1,10 @@
[tox]
# Ensure you add to .travis.yml if you add here, using `tox -l`
-envlist = {py34,py35,py36,py37}-django{111,20,21},lint
+envlist = {py35,py36,py37}-django{111,20,21},lint
[travis]
python =
- 3.4: py34
3.5: py35
3.6: py36
3.7: py37
@@ 40,14 39,13 @@ deps =
django21: Django>=2.1,<2.2
basepython =
- py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
[testenv:lint]
-basepython = python3.4
+basepython = python3
deps = .[testlint]
commands =
flake8 src/wiki