Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Test on Python 3.4.
Browse files Browse the repository at this point in the history
Also update Travis-CI badge to svg.
  • Loading branch information
dchest committed Jun 24, 2014
1 parent 362ec86 commit e8c87de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"

install:
- "pip install sphinx"
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
pyblake2 — BLAKE2 hash function for Python
==========================================

.. image:: https://travis-ci.org/dchest/pyblake2.svg
:alt: Build status

pyblake2 is an extension module for Python implementing BLAKE2 hash function.

BLAKE2 is a cryptographic hash function, which offers highest security while
Expand Down Expand Up @@ -38,5 +41,3 @@ See documentation: http://pythonhosted.org/pyblake2/



.. image:: https://travis-ci.org/dchest/pyblake2.png
:alt: Build status
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ basepython=python3.2
[testenv:py3.3]
basepython=python3.3

[testenv:py3.4]
basepython=python3.4

[testenv:py2.7-docs]
basepython=python2.7
changedir=doc_src
Expand Down

0 comments on commit e8c87de

Please sign in to comment.