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 07f53bb commit ddb6302Copy full SHA for ddb6302
.travis.yml
@@ -2,10 +2,7 @@ language: python
2
sudo: false
3
python:
4
- 2.7
5
-# - 3.4
6
-# - 3.5
7
-# - 3.6
8
-- "pypy-5.3.1"
+# - "pypy-5.3.1"
9
before_install:
10
- |
11
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then
setup.py
@@ -23,8 +23,8 @@
23
24
install_requires = [
25
'six>=1.10.0',
26
- 'promise>=2.1.dev',
27
- 'Rx>=1.5.9',
+ 'promise>=2.1',
+ 'rx>=1.6.0',
28
]
29
30
tests_requires = [
0 commit comments