Skip to content

Commit

Permalink
Merge pull request #720 from tomato42/fix-py36
Browse files Browse the repository at this point in the history
fix travis builds on py36
  • Loading branch information
tomato42 committed Oct 29, 2020
2 parents 95e3775 + e89db6b commit e5b4e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ install:
travis_retry pip install "dpkt>=1.9.2";
fi
fi
- if [[ $ANALYSIS_DEP == 'true' ]]; then travis_retry pip install -r build-requirements-analysis.txt; fi
# kiwisolver requires new pip for its wheel files so ensure we're running the newest one
- if [[ $ANALYSIS_DEP == 'true' ]]; then travis_retry pip install --upgrade pip; travis_retry pip install -r build-requirements-analysis.txt; fi
- travis_retry pip install -r requirements.txt
# install optional tlslite-ng requirementes to speed up testing
- if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then travis_retry pip install m2crypto; fi
Expand Down

0 comments on commit e5b4e7a

Please sign in to comment.