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
commit3f41d4ade1401421756550dc0cdf0046677c7f08 (patch)
tree99b02d064ba6b357b51e53cc2df6a10fd44999ae /.travis.yml
parent05199198d690228f2a030c0f007e23819a997f0b (diff)
downloadpython-jsmin-3f41d4ade1401421756550dc0cdf0046677c7f08.tar
python-jsmin-3f41d4ade1401421756550dc0cdf0046677c7f08.tar.gz
Import python-jsmin_2.2.0.orig.tar.gzupstream-2.2.0upstream
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