Skip to content

Commit 6aeaedb

Browse files
Updated supported lanugage versions
1 parent 9090a36 commit 6aeaedb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ cache: pip
44
python:
55
- '2.6'
66
- '2.7'
7-
- '3.2'
8-
- '3.3'
97
- '3.4'
108
- '3.5'
119
install:

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,10 @@ Add ```eval "$(pyenv init -)"``` to your shell environment (.profile, .bashrc, e
142142
```
143143
pyenv install 2.6.9
144144
pyenv install 2.7.11
145-
pyenv install 3.2.6
146-
pyenv install 3.3.6
147145
pyenv install 3.4.3
148146
pyenv install 3.5.0
149147
python setup.py install
150-
pyenv local 3.5.0 3.4.3 3.3.6 3.2.6 2.7.8 2.6.9
148+
pyenv local 3.5.0 3.4.3 2.7.8 2.6.9
151149
pyenv rehash
152150
```
153151

0 commit comments

Comments
 (0)