Skip to content

Commit

Permalink
Merge branch 'master' into fixb1500measurerangebug
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshita07 authored Sep 18, 2020
2 parents b53e9b0 + 058b741 commit 3e36359
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ python:
# We want to fail early if there is an installation problem, so
# we install here, although we uninstall below
install:
- pip install --upgrade pip
- pip install cython # this can go once we have scipy wheels for 3.8
- pip install -r requirements.txt
- pip install -r test_requirements.txt --upgrade --upgrade-strategy only-if-needed
- pip install -r docs_requirements.txt
- pip install --upgrade pip setuptools wheel
- pip install -r requirements.txt --use-feature=2020-resolver
- pip install -r test_requirements.txt --use-feature=2020-resolver
- pip install -r docs_requirements.txt --use-feature=2020-resolver
- pip install .

before_script: # fetch full history so we can generate db fixtures
Expand Down

0 comments on commit 3e36359

Please sign in to comment.