Skip to content

Commit

Permalink
Python 3.5 is dead
Browse files Browse the repository at this point in the history
Long live Python 3.6!

Which comes with some unittest.mock methods that we need.
  • Loading branch information
walles committed Dec 8, 2020
1 parent 9a38f32 commit be90ab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update ; fi

install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python3.5 python3.5-dev --force-yes -y ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install python3.6 python3.6-dev --force-yes -y ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get remove python3.5 python3.5-dev -y ; fi

- sudo -H pip2 install coveralls coverage tox

Expand Down

0 comments on commit be90ab2

Please sign in to comment.