Skip to content

Commit 29a79c5

Browse files
authored
Merge pull request kivy#2279 from obfusk/patch-6
fix travis
2 parents c7186b3 + 53bea01 commit 29a79c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# We need to escape virtualenv for `test_pythonpackage_basic.test_virtualenv`
2323
# See also: https://github.com/travis-ci/travis-ci/issues/8589
2424
- type -t deactivate && deactivate || true
25-
- export PATH=/opt/python/3.7/bin:$PATH
25+
- export PATH=/opt/python/3.7.1/bin:$PATH
2626
# Install tox
2727
- pip3.7 install tox>=2.0
2828
# Install coveralls & dependencies

0 commit comments

Comments
 (0)