Skip to content

Commit 7c9cab5

Browse files
committed
Install yapf for Travis test
1 parent a0a8857 commit 7c9cab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ before_install:
3434
- pip install -e git+https://github.com/maxmind/MaxMind-DB-Reader-python#egg=maxminddb
3535
install:
3636
- pip install -r requirements.txt
37-
- pip install requests_mock pylint coveralls
37+
- pip install requests_mock pylint coveralls yapf
3838
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi"
3939
script:
4040
- coverage run --source=geoip2 setup.py test

0 commit comments

Comments
 (0)