Skip to content

Commit

Permalink
try fixing via setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Feb 13, 2020
1 parent a8e16b1 commit d713b62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ cache:
- $HOME/.cache/pyensembl/GRCm38/ensembl93/
timeout: 300
before_install:
- |
# possibly required to fix Travis for py3.5 but we should get rid
# of this when using py3.6+
if [[ "$TRAVIS_PYTHON_VERSION" == "3.5" ]]; then
pip install setuptools --upgrade
fi
- |
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ xvfbwrapper
future>=0.16.0 # needed by pylint
astropy
datacache
wrapt>=1.11.2

0 comments on commit d713b62

Please sign in to comment.