diff options
| author | Sean Brant | 2013-03-10 12:51:29 -0500 |
|---|---|---|
| committer | Sean Brant | 2013-03-10 12:51:29 -0500 |
| commit | a9cf56e499cee55a800feb4120b961f5441c0bb4 (patch) | |
| tree | f7d83b7e1775fea74f6a48d65c16fd1df9545641 /.travis.yml | |
| parent | 82818498dcbad515882fa8054be219384f332e17 (diff) | |
| download | pykss-a9cf56e499cee55a800feb4120b961f5441c0bb4.tar.bz2 | |
doh. make sure you name the travis file correctly. Also moves install step to make file
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 0000000..ef98664 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.6" + - "2.7" + - "pypy" +install: + - make develop +script: + - make test |
