Skip to content

Commit

Permalink
install master version of aiohttp before aiohttp_cors
Browse files Browse the repository at this point in the history
This way if aiohttp_cors specifically requires some version of aiohttp
(e.g. "aiohttp<2.0"), compatible version of aiohttp should be installed.
  • Loading branch information
rutsky committed Mar 22, 2017
1 parent c717fee commit 5f27320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ before_install:

install:
- pip install --upgrade pip setuptools wheel
- pip install -Ur requirements-dev.txt
# aiohttp git repo has only *.pyx files, so install cython too.
- '[ -z "$MASTER_AIOHTTP" ] || pip install -U cython git+https://github.com/KeepSafe/aiohttp.git'
- pip install -Ur requirements-dev.txt

before_script:
# Start X-server for Selenium tests.
Expand Down

0 comments on commit 5f27320

Please sign in to comment.