Skip to content

Commit d0c44bc

Browse files
bobuhiro11be-hase
authored andcommitted
Remove py33 from tox.ini (#88)
1 parent 4510920 commit d0c44bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "3.6"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py33, py34, py35, py36, py36-flake8-src, py36-flake8-other
2+
envlist = py27, py34, py35, py36, py36-flake8-src, py36-flake8-other
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)