Skip to content

Commit 9bf42e5

Browse files
committed
Fixed Travis specs
2.6 is no longer officially supported.
1 parent 6df72b7 commit 9bf42e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
matrix:
33
include:
4-
- python: 2.6
5-
env: TOXENV=py26
4+
- python: 2.7
5+
env: TOXENV=py27
66
- python: 3.6
77
env: TOXENV=py36
88
- python: pypy

0 commit comments

Comments
 (0)