Skip to content

Commit

Permalink
temporal fix of CI process because of package dependency clashes
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Nov 11, 2019
1 parent 5cb2fd1 commit 1b39dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install:
else
pip install .[DEV] --upgrade ;
fi
- pip install python-dateutil==2.8.0 # This is temporal solution to prevent clash with botocore requirements

script:
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pylint sentinelhub ; fi
Expand Down

0 comments on commit 1b39dd2

Please sign in to comment.