Skip to content

Commit

Permalink
CI for Python 3.4 fails, because the current version of pyyaml (5.3.x…
Browse files Browse the repository at this point in the history
…) does not support Python 3.4 anymore.

The change fixes the pyyaml version to 5.2 for Python 3.4.
  • Loading branch information
hendriks73 committed Nov 18, 2020
1 parent 255a5ee commit cea40f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ if [ ! -d "$src" ]; then
export PATH="$src/bin:$PATH"
conda_create
source activate $ENV_NAME
# later versions than 5.2 do not support python 3.4 anymore
pip install PyYAML==5.2; python_version==3.4
pip install python-coveralls
source deactivate
popd
Expand Down

0 comments on commit cea40f2

Please sign in to comment.