diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-09-14 13:41:00 +0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-09-14 13:41:00 +0800 |
commit | 1b9d4d4b8f46d8eb925b0a2822b77871e0e78051 (patch) | |
tree | 6562a610c81f6b10798862ebbf00467332648ef8 | |
parent | cecce6bbde6710da5a901e17120a67c4d4b8b49b (diff) | |
download | my_new_personal_website-1b9d4d4b8f46d8eb925b0a2822b77871e0e78051.tar.xz my_new_personal_website-1b9d4d4b8f46d8eb925b0a2822b77871e0e78051.zip |
Add Python 3.5 support
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | README.md | 2 |
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 @@ -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. |