We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b855a40 commit 1d83e20Copy full SHA for 1d83e20
.travis.yml
@@ -3,16 +3,15 @@ language: python
3
python:
4
- 2.6
5
- 2.7
6
- - 3.2
7
- 3.3
8
- pypy
9
10
install:
11
- pip install -r requirements.txt
12
- pip install git+https://github.com/maxmind/HTTPretty.git
13
- 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
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ipaddr; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi
16
17
script:
18
- coverage run --source=geoip2 setup.py test
0 commit comments