summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-08-05 16:13:09 +0200
committerIlya Etingof <etingof@gmail.com>2017-08-05 16:13:09 +0200
commit52f60d22db1b1472797831dce9e245419350a216 (patch)
treea2b370e6ecac3bbb4cbc6620c40f7efbe885b4ca
parent837037cf186dc901767b90404efcb4cab95612aa (diff)
downloadpyasn1-git-52f60d22db1b1472797831dce9e245419350a216.tar.gz
added pypi badge
-rw-r--r--.travis.yml2
-rw-r--r--README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c0c478..1c63221 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ python:
- "pypy3"
install:
- pip install codecov
- - python setup.py install
+ - pip install --no-deps .
script:
- PYTHONPATH=.:$PYTHONPATH python tests/__main__.py
after_success:
diff --git a/README.md b/README.md
index ee148fc..f0b72b4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
ASN.1 library for Python
------------------------
+[![PyPI](https://img.shields.io/pypi/v/pyasn1.svg?maxAge=2592000)](https://pypi.python.org/pypi/pyasn1)
[![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1.svg)](https://pypi.python.org/pypi/pyasn1/)
[![Build status](https://travis-ci.org/etingof/pyasn1.svg?branch=master)](https://secure.travis-ci.org/etingof/pyasn1)
[![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pyasn1.svg)](https://codecov.io/github/etingof/pyasn1)