~netlandish/django-wiki

1f6de542a9891d7d012cddf237e32e65afa61a3e — Benjamin Bach 5 years ago 621f608 + 903c5b9
Merge pull request #953 from atombrella/py34

Removed Python 3.4 from test matrix.
2 files changed, 2 insertions(+), 17 deletions(-)

M .travis.yml
M tox.ini
M .travis.yml => .travis.yml +0 -13
@@ 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

M tox.ini => tox.ini +2 -4
@@ 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