Skip to content

Commit

Permalink
Merge pull request #570 from PythonCharmers/fix-py33-test
Browse files Browse the repository at this point in the history
Fix test for python 3.3
  • Loading branch information
sfdye committed Jul 14, 2020
2 parents c9f6c73 + 1a48f1b commit 28b3361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ matrix:
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)

install:
- pip install typing==3.7.4.1 # required for Python 3.3
- pip install tox==2.9.1
- pip install virtualenv==15.2.0
- pip install py==1.4.30
Expand Down

0 comments on commit 28b3361

Please sign in to comment.