diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-04-06 09:17:30 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-04-06 09:22:44 +0200 |
| commit | 1926aa8474347a73d8d74c148e9bd1f28046a3bc (patch) | |
| tree | ce7252c032dcff169cb2f1264abec61a0e7e2e2a | |
| parent | ed08c49564309ff7e0aa9a587d4359a8f6d9ce2d (diff) | |
| download | focaccia-miasm-1926aa8474347a73d8d74c148e9bd1f28046a3bc.tar.gz focaccia-miasm-1926aa8474347a73d8d74c148e9bd1f28046a3bc.zip | |
Test/travis: updt multithread; rm bad dependency
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index bc203658..c021d97f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ addons: packages: - make - gcc - - libpython2.7-dev - python-virtualenv - unzip before_script: @@ -34,4 +33,4 @@ before_script: - "cd miasm;" - "python setup.py build build_ext -I$(pwd)/../virtualenv/include -L$(pwd)/../virtualenv/tinycc" - "python setup.py install" -script: "cd test && python test_all.py -m" +script: "cd test && python test_all.py" |