We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e5812 commit 2643ac3Copy full SHA for 2643ac3
2 files changed
.travis.yml
@@ -1,8 +1,6 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.2"
5
- - "3.3"
6
- "3.4"
7
- "3.5"
8
- "3.6"
README.rst
@@ -82,15 +82,15 @@ Searching, inserting and deleting::
82
Unit Tests
83
----------
84
85
-The 400+ unit tests should all pass for Python 2.7 and later. To run them, from the `test`
+The 500+ unit tests should all pass for Python 2.7 and later. To run them, from the `test`
86
directory run::
87
88
python -m unittest discover
89
90
----
91
92
The bitstring module has been released as open source under the MIT License.
93
-Copyright (c) 2019 Scott Griffiths
+Copyright (c) 2008-2020 Scott Griffiths
94
95
For more information see the project's homepage on GitHub:
96
<https://github.com/scott-griffiths/bitstring>
0 commit comments