diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-02-23 06:20:57 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-02-23 06:20:57 -0500 |
| commit | 7236415f420befb51261090d2d18cc2b1f23a7f2 (patch) | |
| tree | 2fdffae32fb60b775e6b641eae041a21742c38f1 | |
| parent | c136b794a7dc1d7bcdb81a6149e0adacb5493cf8 (diff) | |
| download | tablib-7236415f420befb51261090d2d18cc2b1f23a7f2.tar.gz | |
travis
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..82a9a9f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - 2.6 + - 2.7 + - 3.2 +install: python setup.py install +script: python test_tablib.py |
