Skip to content

Commit ba8cd06

Browse files
committed
Fixed pypy tests
1 parent ae18289 commit ba8cd06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
2222
fi
2323
install:
24-
- pip install pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark cyordereddict
24+
- pip install pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark
2525
- pip install pytest==2.9.2
2626
- pip install -e .
2727
script:
@@ -31,6 +31,9 @@ after_success:
3131
- coveralls
3232
matrix:
3333
include:
34+
- python: "2.7"
35+
after_install:
36+
- pip install cyordereddict
3437
- python: "3.5"
3538
after_install:
3639
- pip install pytest-asyncio

0 commit comments

Comments
 (0)