Skip to content

Commit 0ede894

Browse files
committed
Use promise package instead of pypromise
1 parent 0fa590d commit 0ede894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
- pypy
99
cache: pip
1010
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
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 promise>=0.4.0
1212
- pip install --cache-dir $HOME/.cache/pip pytest>=2.7.3 --upgrade
1313
- pip install -e .
1414
script:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
packages=find_packages(exclude=['tests', 'tests_py35']),
4646
install_requires=[
4747
'six>=1.10.0',
48-
'pypromise>=0.4.0'
48+
'promise>=0.4.0'
4949
],
5050
tests_require=[
5151
'pytest>=2.7.3',

0 commit comments

Comments
 (0)