Skip to content

Commit 2643ac3

Browse files
Tweaking readme and travis for 3.1.7 release
1 parent 63e5812 commit 2643ac3

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
5-
- "3.3"
64
- "3.4"
75
- "3.5"
86
- "3.6"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ Searching, inserting and deleting::
8282
Unit Tests
8383
----------
8484

85-
The 400+ unit tests should all pass for Python 2.7 and later. To run them, from the `test`
85+
The 500+ unit tests should all pass for Python 2.7 and later. To run them, from the `test`
8686
directory run::
8787

8888
python -m unittest discover
8989

9090
----
9191

9292
The bitstring module has been released as open source under the MIT License.
93-
Copyright (c) 2019 Scott Griffiths
93+
Copyright (c) 2008-2020 Scott Griffiths
9494

9595
For more information see the project's homepage on GitHub:
9696
<https://github.com/scott-griffiths/bitstring>

0 commit comments

Comments
 (0)