aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7633d378..21cc9bb0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ branches:
language: python
python:
- "3.4"
+ - "3.5"
before_install:
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo apt-get update
diff --git a/README.md b/README.md
index 0c395ab6..4a00a496 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ This blog can be built with the `pyblog` script. The `pyblog` script currently p
Run `pyblog --help` for more information, and `pyblog <action> --help` for what the action does and how to perform the action.
-Note that `pyblog` is incompatible with Python 2.x, and in fact only tested on Python 3.4.
+Note that `pyblog` is incompatible with Python 2.x, and in fact only tested on Python 3.4+.
The theme of this blog is largely based on that of [mort.ninja](http://mort.ninja) by [Mort Yao](https://github.com/soimort). See [this post](https://zmwangx.github.io/blog/2015-05-05-new-blog-new-start.html) for more details.