summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-11-14 00:55:19 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2013-11-14 00:55:19 -0500
commit2a01c3a440d02f20693b7508f3a780d1275fab1f (patch)
treee393622bcacb26d890df49afcf6ebbc0d32c2e9f /.travis.yml
parentb06c4dfedfe50cf8857ddb9f5de0e4f0885dc517 (diff)
parented5074ebcafb60d9b46a6765d74ab32e3120e9f8 (diff)
downloadpies-2a01c3a440d02f20693b7508f3a780d1275fab1f.tar.gz
Merge2.0.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