diff options
| author | Sean Brant | 2013-03-10 12:39:52 -0500 |
|---|---|---|
| committer | Sean Brant | 2013-03-10 12:39:52 -0500 |
| commit | 67cf148c5bbc506493b0328ecc52c7f5ab6aa2bf (patch) | |
| tree | 85b7ce8b24478a3456c496d1172bfb6ed78288a7 | |
| parent | 12c5f801cdcc5eda8314a3c0ff75df10c123e3ef (diff) | |
| download | pykss-67cf148c5bbc506493b0328ecc52c7f5ab6aa2bf.tar.bz2 | |
Adds travis.ci yml support
| -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 0000000..837f5f5 --- /dev/null +++ b/travis.yml @@ -0,0 +1,9 @@ +language: python + +python: + - "2.6" + - "2.7" + - "pypy" + +script: + - make test |
