Skip to content

Commit 5f27320

Browse files
committed
install master version of aiohttp before aiohttp_cors
This way if aiohttp_cors specifically requires some version of aiohttp (e.g. "aiohttp<2.0"), compatible version of aiohttp should be installed.
1 parent c717fee commit 5f27320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ before_install:
1313

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

2020
before_script:
2121
# Start X-server for Selenium tests.

0 commit comments

Comments
 (0)