summaryrefslogtreecommitdiffstats
path: root/third_party/python/appdirs/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/python/appdirs/.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/python/appdirs/.travis.yml b/third_party/python/appdirs/.travis.yml
new file mode 100644
index 0000000000..684833b20c
--- /dev/null
+++ b/third_party/python/appdirs/.travis.yml
@@ -0,0 +1,10 @@
+language: python
+python:
+ - "2.7"
+ - "pypy"
+ - "3.4"
+ - "3.5"
+ - "3.6"
+ - "3.7"
+ - "3.8"
+script: python setup.py test