Skip to content

Commit

Permalink
#98 remove python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 14, 2020
1 parent f18d1d8 commit fff4599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -20,10 +20,11 @@ script:
- mvn clean install -Pqulice --errors --batch-mode
before_install:
- sudo apt-get update
- sudo apt purge python2.7-minimal
- sudo apt-get install python3 python3-pip python3-setuptools
- rvm install 2.6.0
- rvm use 2.6.0
- python --version
- python3 --version
- pip3 --version
install:
- gem install pdd -v 0.20.5
Expand Down

0 comments on commit fff4599

Please sign in to comment.