summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 14:06:36 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-10-17 14:06:36 -0700
commit9f17aef50155ac0d7191cf9596d9664d2b6b53e4 (patch)
treea30f7ca7849812a14b3afd0fb9946e9e48f6202a /.travis.yml
parenta625c6792c34c48cf6240da8ac2b2b4f2bd6860a (diff)
downloadpyscss-9f17aef50155ac0d7191cf9596d9664d2b6b53e4.tar.gz
Add Travis configuration.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..fc42050
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "3.2"
+ - "3.3"
+ - "3.4"
+ - pypy
+ - pypy3
+install: pip install .
+script: py.test