Update README.md

Travis CI picture.
This commit is contained in:
Sylvain Pelissier 2016-01-13 16:37:53 +01:00
parent 19a8872010
commit efae6bcae6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#PyPDF2
#PyPDF2 [![Build Status](https://travis-ci.org/sylvainpelissier/PyPDF2.svg)](https://travis-ci.org/sylvainpelissier/PyPDF2)
PyPDF2 is a pure-python PDF library capable of
splitting, merging together, cropping, and transforming
@ -31,4 +31,4 @@ Tests can be run from the command line by:
```bash
python -m unittest Tests.tests
```
```