Skip to content

Commit 75d6d84

Browse files
authored
Remove deprecated Python 3.3 test
See Travis output
1 parent 5cef874 commit 75d6d84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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"

0 commit comments

Comments
 (0)