blob: 68149b4deb391286af34df2ad8a295733f1d41c1 [file] [log] [blame]
language: python
os:
- linux
- osx
python:
- "pypy"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
# Install the wheel library explicitly here. It is not really a setup
# dependency. It is not an install dependency. It is only a dependency for
# the script directive below - because we want to exercise wheel building on
# travis.
- pip install wheel
script:
- python setup.py bdist_wheel test