diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-02-13 17:05:11 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-02-17 14:53:45 +0100 |
| commit | c3bef0610972451a5eef3accb7da4618794ddff9 (patch) | |
| tree | e1f70d61f6d323fce31a9d9b9ed3d9fb4bb3c8be /.travis.yml | |
| parent | de06847ea27d841d885cac5030c75bf63b58f5c6 (diff) | |
| download | focaccia-miasm-c3bef0610972451a5eef3accb7da4618794ddff9.tar.gz focaccia-miasm-c3bef0610972451a5eef3accb7da4618794ddff9.zip | |
README/Travis: update dependencies
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 33683610..3583e4ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,8 @@ before_script: - "git clone https://github.com/serpilliere/elfesteem elfesteem && cd elfesteem && python setup.py install && cd ..;" # install pyparsing - "pip install pyparsing" +# install pycparser +- "pip install pycparser" # install z3 with a known to working version - "wget https://github.com/serpilliere/z3-prebuild/raw/master/z3.tgz" - "tar xzf z3.tgz" |