Minor cleanups after last pull request
[pyelftools.git] / .travis.yml
1 language: python
2 python:
3 - "2.7"
4 - "3.2"
5 - "3.3"
6 script: python test/all_tests.py
7