Codebase list ros-bloom / 2a43637
Resolve PyYAML Python 3.4 support in CI CI is failing on python 3.4 because the new version of PyYAML dropped support. Tully Foote authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 language: python
11 python:
22 - "2.7"
3 - "3.4"
3 - "3.4" # When support for 3.4 is removed unpin the PyYAML version below.
44 - "3.6"
55 # command to install dependencies
66 install:
7 - pip install PyYAML argparse rosdep vcstools catkin-pkg python-dateutil setuptools
7 - pip install PyYAML==5.2 # Forcing PyYAML 5.2 while we retain Python 3.4 support PyYAML 5.3 and higher does not support python 3.4
8 - pip install argparse rosdep vcstools catkin-pkg python-dateutil setuptools
89 - pip install nose coverage pep8
910 - git clone https://github.com/dirk-thomas/empy.git /tmp/empy
1011 - cd /tmp/empy