Codebase list ros-bloom / 4f10116
Merge pull request #567 from ros-infrastructure/tfoote-pyyaml-ci Resolve PyYAML Python 3.4 support in CI Tully Foote authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 2 addition(s) and 1 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 - if [ $TRAVIS_PYTHON_VERSION == "3.4" ]; then pip install PyYAML==5.2; fi # Forcing PyYAML 5.2 while we retain Python 3.4 support PyYAML 5.3 and higher does not support python 3.4
78 - pip install PyYAML 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