Skip to content

Commit

Permalink
README and package requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 3, 2017
1 parent c6684c8 commit 9973fb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.4"
install:
- pip install coveralls
- pip install -r requirements.txt
script:
coverage run --source=asn1tools setup.py test
after_success:
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ASN.1 tools.

Project homepage: https://github.com/eerimoq/asn1tools

Documentation: http://asn1tools.readthedocs.org/en/latest

Installation
============

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bitstruct

0 comments on commit 9973fb9

Please sign in to comment.