summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-11-12 17:49:03 -0500
committerTres Seaver <tseaver@palladion.com>2016-11-12 17:49:03 -0500
commit3077bae3c3042f4634900b19055758081049c82c (patch)
tree89190a45e8ad30897915769534d2900a7c43b1f2
parentc03b43650ed742e55b665b6ed76ffb66c5744cf6 (diff)
downloadrepoze-lru-3077bae3c3042f4634900b19055758081049c82c.tar.gz
Wire up Travis.
-rw-r--r--.travis.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9b3e9f2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,26 @@
+# Wire up travis
+language: python
+sudo: false
+
+matrix:
+ include:
+ - python: 3.5
+ env: TOXENV=py35
+
+env:
+ - TOXENV=py27
+ - TOXENV=py33
+ - TOXENV=py34
+ - TOXENV=pypy
+ - TOXENV=pypy3
+ - TOXENV=cover
+
+install:
+ - travis_retry pip install tox
+
+script:
+ - travis_retry tox
+
+notifications:
+ email:
+ - repoze-checkins@lists.repoze.org