diff --git a/.travis.yml b/.travis.yml index 9b7de8c..d3a4318 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: python python: - 2.7 - - 3.4 - 3.5 - 3.6 + - 3.7 - pypy install: diff --git a/pyproject.toml b/pyproject.toml index 1d06795..7ea896c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Omar Kohl "] license = "MIT" [tool.poetry.dependencies] -python = "^3.4" +python = "~2.7 || ^3.5" pytest = "^3.6" [tool.poetry.dev-dependencies] @@ -24,7 +24,7 @@ wheel = "*" legacy_tox_ini = """ [tox] isolated_build = True -envlist = py34,py35,py36,py37 +envlist = py35,py36,py37 [testenv] whitelist_externals = poetry