aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSean Brant2013-03-10 12:51:29 -0500
committerSean Brant2013-03-10 12:51:29 -0500
commita9cf56e499cee55a800feb4120b961f5441c0bb4 (patch)
treef7d83b7e1775fea74f6a48d65c16fd1df9545641 /.travis.yml
parent82818498dcbad515882fa8054be219384f332e17 (diff)
downloadpykss-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.yml9
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