We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaecf3f + 3407240 commit cb8dcceCopy full SHA for cb8dcce
.travis.yml
@@ -8,9 +8,12 @@ julia:
8
- 1.0
9
notifications:
10
email: false
11
+addons:
12
+ apt:
13
+ packages:
14
+ - python3
15
+ - python3-pip
16
before_install:
- - (sudo apt-get -qq update && sudo apt-get install -y python3 python3-pip && sudo pip3 install pandas)
-script:
- - julia -e 'using Pkg; Pkg.clone(pwd())'
- - julia -e 'using Pkg; Pkg.build("Pandas")'
- - julia -e 'using Pkg; Pkg.test("Pandas")'
17
+ - sudo pip3 install numpy
18
+ - sudo pip3 install Cython
19
+ - sudo pip3 install pandas
0 commit comments