diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 10:17:55 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 10:17:55 -0400 |
| commit | ca8ed621f70c8be3944f2dc554bf9b70196ccb39 (patch) | |
| tree | dbc6e7fe63f1840068891ea2f874aa3944238dde /.travis.yml | |
| parent | 0d946957cc6d96ae4bbbd4f960a2e661331d0554 (diff) | |
| download | external_python_setuptools-ca8ed621f70c8be3944f2dc554bf9b70196ccb39.tar.gz external_python_setuptools-ca8ed621f70c8be3944f2dc554bf9b70196ccb39.tar.bz2 external_python_setuptools-ca8ed621f70c8be3944f2dc554bf9b70196ccb39.zip | |
Renamed travis.yml to correctly match the spec
--HG--
branch : distribute
extra : rebase_source : 4541bc1ab7af8fb6fbc54f68a0de8c473baa8a4d
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..605923d3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - 2.6 + - 2.7 + - 3.2 +# install +install: python --version +# command to run tests +script: python setup.py test |
