Skip to content

Commit

Permalink
Merge branch 'master' into alex-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 18, 2015
2 parents ec368fa + 7c77787 commit 48d98e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -7,14 +7,12 @@ env:
# support the compiler directive with language: python.
- TOXENV=py26 CC=gcc
- TOXENV=py27 CC=gcc
- TOXENV=py32 CC=gcc
- TOXENV=py33 CC=gcc
- TOXENV=py34 CC=gcc
- TOXENV=py35 CC=gcc
- TOXENV=pypy CC=gcc
- TOXENV=py26 CC=clang
- TOXENV=py27 CC=clang
- TOXENV=py32 CC=clang
- TOXENV=py33 CC=clang
- TOXENV=py34 CC=clang
- TOXENV=py35 CC=clang
Expand Down
4 changes: 2 additions & 2 deletions README.rst
@@ -1,7 +1,7 @@
bcrypt
======

.. image:: https://img.shields.io/pypi/v/bcrypt.svg
.. image:: https://img.shields.io/pypi/v/bcrypt.svg
:target: https://pypi.python.org/pypi/bcrypt/
:alt: Latest Version

Expand Down Expand Up @@ -89,7 +89,7 @@ Compatibility
-------------

This library should be compatible with py-bcrypt and it will run on Python
2.6+, 3.2+, and PyPy.
2.6+, 3.3+, and PyPy.

Security
--------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -217,8 +217,8 @@ def run_tests(self):
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
],

ext_package="bcrypt",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,py32,py33,py34,py35,pep8,py3pep8
envlist = py26,py27,pypy,py33,py34,py35,pep8,py3pep8

[testenv]
# If you add a new dep here you probably need to add it in setup.py as well
Expand Down

0 comments on commit 48d98e9

Please sign in to comment.