Cosmetic cleanup
[pyelftools.git] / .travis.yml
1 language: python
2 python:
3 - "2.7"
4 - "3.2"
5 - "3.3"
6 - "3.4"
7 script: python test/all_tests.py
8