Skip to content

Commit a0b2d3b

Browse files
author
Laurynas Butkus
committed
Remove python 2.6
1 parent 7149806 commit a0b2d3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
54
- 3.3
65
- 3.4
76
- 3.5
87
- 3.6
98
install:
10-
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install importlib unittest2; fi
119
- pip install -r requirements.txt
1210
- pip install -r test-requirements.txt
1311
- python setup.py develop

0 commit comments

Comments
 (0)