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 ae18289 commit ba8cd06Copy full SHA for ba8cd06
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
22
fi
23
install:
24
-- pip install pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark cyordereddict
+- pip install pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark
25
- pip install pytest==2.9.2
26
- pip install -e .
27
script:
@@ -31,6 +31,9 @@ after_success:
31
- coveralls
32
matrix:
33
include:
34
+ - python: "2.7"
35
+ after_install:
36
+ - pip install cyordereddict
37
- python: "3.5"
38
after_install:
39
- pip install pytest-asyncio
0 commit comments