Skip to content

Commit

Permalink
Drop Python 3.4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rrzaripov authored and BoboTiG committed May 16, 2019
1 parent c81655b commit f252554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ environment:
- python: py27-x64
tox_env: py27
python_path: c:\python27-x64
- python: py34
tox_env: py34
python_path: c:\python34
- python: py34-x64
tox_env: py34
python_path: c:\python34-x64
- python: py35
tox_env: py35
python_path: c:\python35
Expand All @@ -42,4 +36,4 @@ install:
- pip install tox

test_script:
tox -e %tox_env%
tox -e %tox_env%
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[tox]
envlist = py{37,36,35,34,27,py3,py}
envlist = py{37,36,35,27,py3,py}

[testenv]
deps =
py{37,36,35,27,py3,py}: pytest-cov
py{37,36,35,27,py3,py}: pytest-timeout
py{34}: pytest-timeout<1.2.1
py{34}: pytest<3.3
py{34}: pytest-cov==2.6.0
extras = watchmedo
commands =
python -bb -m pytest {posargs}

0 comments on commit f252554

Please sign in to comment.