Skip to content

Commit

Permalink
Upgrade Python to 3.5 in Deploy Stage
Browse files Browse the repository at this point in the history
This might just fix the issues Travis CI is having. pip has namely dropped support for 2.7 some time ago.
  • Loading branch information
Bengt authored Mar 18, 2021
1 parent 78a0f8d commit e84fc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ deploy:
tags: true
repo: rwl/PYPOWER
branch: master
python: '2.7'
python: '3.5'

0 comments on commit e84fc9b

Please sign in to comment.