Skip to content

Commit 537904d

Browse files
authored
drop 2.6 and 3.2 due site libraries used with drops
1 parent 073a463 commit 537904d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
22
python:
3+
- "3.5"
4+
- "3.4"
35
- "3.3"
4-
- "3.2"
56
- "2.7"
6-
- "2.6"
77
install:
88
# Install unittest2 on Python 2.6
99
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi

0 commit comments

Comments
 (0)