Skip to content

Commit

Permalink
Merge pull request #48 from tkf/travis
Browse files Browse the repository at this point in the history
Fix/cleanup CI
  • Loading branch information
malmaud authored Feb 15, 2019
2 parents eaecf3f + 3407240 commit cb8dcce
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ julia:
- 1.0
notifications:
email: false
addons:
apt:
packages:
- python3
- python3-pip
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")'
- sudo pip3 install numpy
- sudo pip3 install Cython
- sudo pip3 install pandas

0 comments on commit cb8dcce

Please sign in to comment.