Skip to content

Commit

Permalink
🛡️ travis: use python3.6
Browse files Browse the repository at this point in the history
It's a try to fix encoding problem on printing HTML in random tour errors

https://api.travis-ci.com/v3/job/212575529/log.txt
'ascii' codec can't encode character u'\u20ac' in position 7: ordinal not in range(128)
  • Loading branch information
Ivan Yelizariev committed Nov 1, 2019
1 parent 6e1a88f commit 89ad815
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
@@ -1,7 +1,7 @@
language: python

python:
- "3.5"
- "3.6"

sudo: false
cache: pip
Expand Down

0 comments on commit 89ad815

Please sign in to comment.