Skip to content

Commit

Permalink
Remove python2 installations in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Phang committed Nov 3, 2019
1 parent 5f6d2df commit dfbcc63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ before_install:
- sudo locale-gen
- sudo add-apt-repository -y ppa:deadsnakes/ppa
- sudo apt-get update -y -qq
- sudo apt-get install -y python-all python-all-dev python3-all python3-all-dev build-essential python-setuptools python3-setuptools python-wheel python3-wheel python3-docutils python3-sphinx python3-flake8 python-flake8 python2.4-complete python2.5-complete python2.6-complete python3.1-complete python3.2-complete python3.3-complete python3.5-complete python2.4-gdbm python2.4-gdbm-dbg python3.6 wget python-pip python3-pip python3.7 python3.7-dev python3.7-distutils
- sudo pip install wheel
- sudo apt-get install -y python3-all python3-all-dev build-essential python3-setuptools python3-wheel python3-docutils python3-sphinx python3-flake8 python3.1-complete python3.2-complete python3.3-complete python3.5-complete python3.6 wget python-pip python3-pip python3.7 python3.7-dev python3.7-distutils
- sudo pip3 install wheel

install: true
Expand Down

0 comments on commit dfbcc63

Please sign in to comment.