aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-05-16 12:23:39 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-05-16 12:36:04 +0200
commit4545077c547825f2ab5a4704f826e3537baa1fb7 (patch)
treebe98248b69505e5be3e3f29c047f86c23da343b7 /.travis.yml
parent6bc7d7331bb4eedc8657749f33379e817e56e8a6 (diff)
downloadcucutags-4545077c547825f2ab5a4704f826e3537baa1fb7.tar.gz
Add .travis.yml
Also, fix install_requires (not requires, as I called it before)
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..68a4e80
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "pypy"
+ - "3.3"
+ - "3.4"
+ - "3.5"
+script:
+ python setup.py test