Skip to content

Commit

Permalink
remove 2.7 logic
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyak committed May 27, 2020
1 parent 189f521 commit 5bb2631
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
language: generic
python: 3.6
osx_image: xcode11.4
- os:

cache: pip

Expand All @@ -32,8 +33,8 @@ before_install:
- source activate testenv
# Pin R to 3.6.3 for now
- conda install -c conda-forge r-base=3.6.3 r-knitr
# Install regex through conda to avoid issues with Linux 2.7 and Mac wheels
- if [[ "$TRAVIS_OS_NAME" == "osx" || "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
# Install regex through conda to avoid issues with Mac wheels
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
conda install -c conda-forge regex;
fi
install:
Expand Down

0 comments on commit 5bb2631

Please sign in to comment.