Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b888c9

Browse files
author
Anthony Sottile
committed
Stop testing against py33
1 parent e832ddc commit 3b888c9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python: 3.5
33
env: # These should match the tox env list
44
- TOXENV=py27
5-
- TOXENV=py33
65
- TOXENV=py34
76
- TOXENV=py35
87
- TOXENV=pypy

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
project = pre_commit
33
# These should match the travis env list
4-
envlist = py27,py33,py34,py35,pypy,pypy3
4+
envlist = py27,py34,py35,pypy,pypy3
55

66
[testenv]
77
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)