summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 21:59:05 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 21:59:05 -0500
commitf7780c91f8e50719ed8b3be641942f2db8b564e9 (patch)
tree0eeb0b72bcc8c18f700cde60de13c2c69f856480 /.travis.yml
parent4badd66c595e8d90e8ffa80ce44ab4de228ab393 (diff)
downloadpies-f7780c91f8e50719ed8b3be641942f2db8b564e9.tar.gz
First steps to pies 2.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1e66aee
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "3.2"
+ - "3.3"
+script: python setup.py test \ No newline at end of file