Skip to content

Commit 23aee41

Browse files
authored
Merge pull request #32 from tkf/py3k
Use Python 3 in Travis
2 parents 6cc6307 + 6c4e640 commit 23aee41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ julia:
99
notifications:
1010
email: false
1111
before_install:
12-
- (sudo apt-get -qq update && sudo apt-get install -y python python-pip && sudo pip install pandas && sudo pip install matplotlib)
12+
- (sudo apt-get -qq update && sudo apt-get install -y python3 python3-pip && sudo pip3 install pandas && sudo pip3 install matplotlib)
1313
script:
1414
- julia -e 'using Pkg; Pkg.clone(pwd())'
1515
- julia -e 'using Pkg; Pkg.build("Pandas")'

0 commit comments

Comments
 (0)