Skip to content

Commit

Permalink
Remove 3.4 from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Larson committed Dec 18, 2018
1 parent 4891bb0 commit 4305d46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage==4.5.1
coveralls==1.3.0
mock==2.0.0
moto==1.3.3
pytest==4.0.2
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tox]
envlist = py27,py34,py35,py36,py37,flake8
envlist = py27,py35,py36,py37,flake8

[testenv]
commands = py.test -v
whitelist_externals = pytest
commands = pytest -v
deps = -r{toxinidir}/requirements-dev.txt
passenv =
TRAVIS
Expand All @@ -29,4 +30,5 @@ exclude =
.tox,
build,
dist
venv
ignore = E501

0 comments on commit 4305d46

Please sign in to comment.