Skip to content

Commit 47ebb2c

Browse files
author
Wayne Ren
authored
Merge pull request #86 from wangnuannuan/feature/travisci
travis: modify python version 2.7 to 3.6
2 parents c7c30e0 + f69f9d0 commit 47ebb2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def store_gnu_toolchain(version, path):
3232
gnu_root_path = None
3333
gnu_file_path = None
3434
if gnu_tgz_path is None:
35-
print "Can't download gnu {} ".format(version)
35+
print("Can't download gnu {} ".format(version))
3636

3737
new_path = os.path.join(path, gnu_version)
3838
if gnu_version not in os.listdir(path):

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
2-
python: 2.7
2+
python: 3.6
33

44
sudo: required
55
dist: trusty

0 commit comments

Comments
 (0)