We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cc6307 + 6c4e640 commit 23aee41Copy full SHA for 23aee41
.travis.yml
@@ -9,7 +9,7 @@ julia:
9
notifications:
10
email: false
11
before_install:
12
- - (sudo apt-get -qq update && sudo apt-get install -y python python-pip && sudo pip install pandas && sudo pip install matplotlib)
+ - (sudo apt-get -qq update && sudo apt-get install -y python3 python3-pip && sudo pip3 install pandas && sudo pip3 install matplotlib)
13
script:
14
- julia -e 'using Pkg; Pkg.clone(pwd())'
15
- julia -e 'using Pkg; Pkg.build("Pandas")'
0 commit comments