Skip to content

Commit

Permalink
try to fix travis failure on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiamarcolini committed Oct 13, 2020
1 parent 4f0b9d8 commit f3cd99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:

# command to install dependencies
install:
- python -m pip3 install -e .[testing]
- python -m pip3 install flake8
- python -m pip3 install pooch
- python -m pip install -e .[testing]
- python -m pip install flake8
- python -m pip install pooch

services:
- xvfb
Expand Down

0 comments on commit f3cd99c

Please sign in to comment.