Skip to content

Commit ddb6302

Browse files
committed
Updated requirements and travis config (removed pypy until is stable)
1 parent 07f53bb commit ddb6302

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ language: python
22
sudo: false
33
python:
44
- 2.7
5-
# - 3.4
6-
# - 3.5
7-
# - 3.6
8-
- "pypy-5.3.1"
5+
# - "pypy-5.3.1"
96
before_install:
107
- |
118
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
install_requires = [
2525
'six>=1.10.0',
26-
'promise>=2.1.dev',
27-
'Rx>=1.5.9',
26+
'promise>=2.1',
27+
'rx>=1.6.0',
2828
]
2929

3030
tests_requires = [

0 commit comments

Comments
 (0)