Skip to content

Commit 1d83e20

Browse files
committed
Remove testing of 3.2 with Travis
1 parent b855a40 commit 1d83e20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ language: python
33
python:
44
- 2.6
55
- 2.7
6-
- 3.2
76
- 3.3
87
- pypy
98

109
install:
1110
- pip install -r requirements.txt
1211
- pip install git+https://github.com/maxmind/HTTPretty.git
1312
- pip install pylint coveralls
14-
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
15-
- if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pip install ipaddr; fi
13+
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ipaddr; fi
14+
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi
1615

1716
script:
1817
- coverage run --source=geoip2 setup.py test

0 commit comments

Comments
 (0)