Skip to content

Commit

Permalink
Allow python 2.7, ^3.5
Browse files Browse the repository at this point in the history
- update pyproject.toml
- update travis-CI
  • Loading branch information
dazza-codes committed Jun 3, 2019
1 parent 9513819 commit 6e55dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- pypy

install:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Omar Kohl <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.4"
python = "~2.7 || ^3.5"
pytest = "^3.6"

[tool.poetry.dev-dependencies]
Expand All @@ -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
Expand Down

0 comments on commit 6e55dcf

Please sign in to comment.