Skip to content

Commit

Permalink
disabled external python 3 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Nov 25, 2019
1 parent 5dab03d commit 7e3def1
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ matrix:
after_success:
- rm -rf ~/.pins
- Rscript -e 'covr::codecov()'
- name: "Python (2.7)"
- name: "Python"
r_packages:
- feather
- tibble
Expand All @@ -57,29 +57,5 @@ matrix:
- R CMD build --no-build-vignettes .
- Rscript -e 'install.packages(dir(".", pattern = "pins_"))'
- pytest python/pins/tests/test.py
- name: "Python (3.6)"
r_packages:
- feather
- tibble
before_install:
- export LD_LIBRARY_PATH="/home/travis/R-bin/lib/R/lib:$LD_LIBRARY_PATH"
- python3.6 -m pip install --upgrade pip
- python3.6 -m pip install setuptools --user
- python3.6 -m pip install pandas --user
- python3.6 -m pip install pytest --user
- python3.6 -m pip install feather-format --user
- python3.6 -m pip install -e python/. --user
script:
- R CMD build --no-build-vignettes .
- Rscript -e 'install.packages(dir(".", pattern = "pins_"))'
- python3.6 -m pytest python/pins/tests/test.py
addons:
apt:
update: true
sources:
- deadsnakes
packages:
- python3.6
- python3-pip
os:
- linux

0 comments on commit 7e3def1

Please sign in to comment.