We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa590d commit 0ede894Copy full SHA for 0ede894
.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 pypromise>=0.4.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 promise>=0.4.0
12
- pip install --cache-dir $HOME/.cache/pip pytest>=2.7.3 --upgrade
13
- pip install -e .
14
script:
setup.py
@@ -45,7 +45,7 @@
45
packages=find_packages(exclude=['tests', 'tests_py35']),
46
install_requires=[
47
'six>=1.10.0',
48
- 'pypromise>=0.4.0'
+ 'promise>=0.4.0'
49
],
50
tests_require=[
51
'pytest>=2.7.3',
0 commit comments