Skip to content

Commit cb8dcce

Browse files
authored
Merge pull request #48 from tkf/travis
Fix/cleanup CI
2 parents eaecf3f + 3407240 commit cb8dcce

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ julia:
88
- 1.0
99
notifications:
1010
email: false
11+
addons:
12+
apt:
13+
packages:
14+
- python3
15+
- python3-pip
1116
before_install:
12-
- (sudo apt-get -qq update && sudo apt-get install -y python3 python3-pip && sudo pip3 install pandas)
13-
script:
14-
- julia -e 'using Pkg; Pkg.clone(pwd())'
15-
- julia -e 'using Pkg; Pkg.build("Pandas")'
16-
- 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

Comments
 (0)