Skip to content

Commit 7c36f35

Browse files
Merge pull request #105 from pusher/fix-build
Upgrade setuptools
2 parents 5575423 + c547b88 commit 7c36f35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ python:
55
- "2.7"
66
- "3.3"
77
- "3.4"
8+
before_install:
9+
- pip install --upgrade setuptools
810
install:
911
- "python setup.py develop"
1012
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install aiohttp==0.17.4; fi

0 commit comments

Comments
 (0)