Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Jan 8, 2021
1 parent cfce95f commit 620d52a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ travis_test_install() {
case "$TRAVIS_PYTHON_VERSION" in
2.6)
travis_retry pip install 'colorama<0.4.0' 'idna<2.8'
travis_retry pip install 'nose-timer<1.0.0' # ??
# travis_retry pip install 'nose-timer<1.0.0' # BAD ??
travis_retry pip install 'nose-timer<0.7.3' # ??
;;
3.2)
travis_retry pip install 'coverage<4.0.0' 'coveralls<2.0.0'
Expand All @@ -95,8 +96,9 @@ travis_test_install() {
travis_retry pip install 'colorama<0.4.2'
;;
pypy)
#travis_retry pip install 'cryptography<3.0.0' # ??
travis_retry pip install 'cryptography<3.1.0' # ??
#travis_retry pip install 'cryptography<3.0.0' # OK ??
# travis_retry pip install 'cryptography<3.1.0' # OK ??
travis_retry pip install 'cryptography<3.3.0' # ??
;;
esac
travis_retry pip install coveralls rednose nose-timer
Expand Down

0 comments on commit 620d52a

Please sign in to comment.