We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b602dd commit 5b8a76dCopy full SHA for 5b8a76d
.travis.yml
@@ -8,7 +8,7 @@ python:
8
- pypy
9
cache: pip
10
install:
11
-- pip install --cache-dir $HOME/.cache/pip pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0
+- pip install --cache-dir $HOME/.cache/pip pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 pypromise>=0.3.0
12
- pip install --cache-dir $HOME/.cache/pip pytest>=2.7.3 --upgrade
13
- pip install -e .
14
script:
0 commit comments