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 c717fee commit 5f27320Copy full SHA for 5f27320
1 file changed
.travis.yml
@@ -13,9 +13,9 @@ before_install:
13
14
install:
15
- pip install --upgrade pip setuptools wheel
16
-- pip install -Ur requirements-dev.txt
17
# aiohttp git repo has only *.pyx files, so install cython too.
18
- '[ -z "$MASTER_AIOHTTP" ] || pip install -U cython git+https://github.com/KeepSafe/aiohttp.git'
+- pip install -Ur requirements-dev.txt
19
20
before_script:
21
# Start X-server for Selenium tests.
0 commit comments