Skip to content

Commit 4e87329

Browse files
authored
Merge pull request #52 from szepeviktor/szepeviktor/pull-50
Remove deprecated Python 3.3 test
2 parents cb7ce75 + b44bba4 commit 4e87329

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
87
- "3.6"
@@ -15,4 +14,4 @@ script:
1514
- tox -e py27 -- -x --integration-tests
1615
matrix:
1716
allow_failures:
18-
- python: "nightly"
17+
- python: "nightly"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python setup.py install
3434
* python 2.6
3535
* python 2.7
3636
* <del>python 3.2</del> removed due to python2/3 support
37-
* python 3.3
37+
* <del>python 3.3</del> removed due to deprication
3838
* python 3.4
3939
* python 3.5
4040
* pypi3 2.4.0

0 commit comments

Comments
 (0)