Skip to content

Commit

Permalink
travis build for openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Nov 18, 2014
1 parent 6655cef commit 522db0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install:
script:
- coverage erase
- python setup.py clean
- CFLAGS="-coverage" python setup.py build_ext --inplace
- CFLAGS="-coverage" python setup.py build_ext --enable-openmp --inplace

- coverage run --append --include=PIL/* selftest.py
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
Expand Down

0 comments on commit 522db0f

Please sign in to comment.