Browse Source

Fix Travis python-yaml import error

Not sure why 'sudo apt-get install python-yaml' no longer works when
Travis updated Ubuntu base image.
pull/1639/head
Sami Vaarala 7 years ago
parent
commit
c488ff2bfe
  1. 3
      .travis.yml

3
.travis.yml

@ -2,9 +2,10 @@ language: c
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-yaml
#- sudo apt-get install python-yaml
- sudo apt-get install tidy
- sudo apt-get install valgrind
- pip install PyYAML
#compiler:
# - clang
# - gcc

Loading…
Cancel
Save