aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-22 17:03:30 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-22 17:03:30 +0000
commitc532b17978d6b470e4aded8c3efa05b9fce4ca29 (patch)
tree3f73af14a2e8c457e1ea48ca7e32baa03a279853 /.travis.yml
parent3e421106ea6d819429f1e03ad0c784258e263952 (diff)
parent3f41d4ade1401421756550dc0cdf0046677c7f08 (diff)
downloadpython-jsmin-c532b17978d6b470e4aded8c3efa05b9fce4ca29.tar
python-jsmin-c532b17978d6b470e4aded8c3efa05b9fce4ca29.tar.gz
record new upstream branch created by importing python-jsmin_2.2.0.orig.tar.gz and merge it
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..02e0344
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: python
+python:
+ - "3.3"
+ - "3.2"
+ - "2.7"
+ - "2.6"
+# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
+install:
+# command to run tests, e.g. python setup.py test
+script: python setup.py test \ No newline at end of file