Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 7bfd7ae

Browse files
committed
Remove Python 2.6 from the list of allowed failures
1 parent 3a68373 commit 7bfd7ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ python:
88
- "3.4"
99
install: pip install tox-travis
1010
script: tox
11-
matrix:
12-
allow_failures:
13-
- python: "2.6"
11+

0 commit comments

Comments
 (0)