Browse Source

test against py 3.4 too

Rafał Pitoń 8 years ago
parent
commit
1eb007a106
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 1 1
      README.rst

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ addons:
 language: python
 language: python
 python:
 python:
   - "2.7"
   - "2.7"
+  - "3.4"
   - "3.5"
   - "3.5"
   - "3.6"
   - "3.6"
 install:
 install:

+ 1 - 1
README.rst

@@ -14,7 +14,7 @@ Misago
    :target: https://gitter.im/Misago/Misago?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
    :target: https://gitter.im/Misago/Misago?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
    :alt: Development Chat
    :alt: Development Chat
 
 
-.. image:: https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6-blue.svg
+.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-blue.svg
    :target: https://travis-ci.org/rafalp/Misago
    :target: https://travis-ci.org/rafalp/Misago
    :alt: Works on Python 2.7, 3.5, 3,6
    :alt: Works on Python 2.7, 3.5, 3,6