Skip to content

Commit aa01780

Browse files
committed
Update Tox and Travis CI configuration
1 parent 288bbd1 commit aa01780

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
- "3.6"

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py33, py34, py35, py36, lxml23, no-maec
2+
envlist = py27, py34, py35, py36, lxml23, no-maec
33

44
[testenv]
55
commands =
@@ -33,7 +33,6 @@ deps =
3333
[travis]
3434
python =
3535
2.7: py27, docs, lxml23, no-maec
36-
3.3: py33, no-maec
3736
3.4: py34, no-maec
3837
3.5: py35, no-maec
3938
3.6: py36, no-maec

0 commit comments

Comments
 (0)