summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2019-06-03 21:01:10 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2019-06-03 21:01:10 +0000
commit9eefead047afa0f759e44ab5e20cf4db60dc608c (patch)
tree0c2feb693dbb332cea81e22fdfeb24b89481edb7
parent92b44409e77d9fd06ca3cc00e7bea2c88fda88ef (diff)
downloadtestresources-git-9eefead047afa0f759e44ab5e20cf4db60dc608c.tar.gz
Run travis tests on python 3.6.
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8730351..edc77c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,8 @@ language: python
python:
- "2.7"
- "3.4"
- - "3.5-dev"
+ - "3.5"
+ - "3.6"
- "pypy"
- "pypy3.5"
- "nightly"
@@ -14,5 +15,5 @@ install:
- pip install .[test]
script:
- - python -m testtools.run discover
+ - python -m testtools.run discover
- rst2html.py --strict README.rst README.html