Skip to content

Commit f8ffc4d

Browse files
committed
Minor readme updates
1 parent b108c6a commit f8ffc4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ $ python setup.py install
2929

3030

3131
### Testing and Code Coverage
32-
We require 100% code coverage in our unit tests. We run all the unit tests with tox.
33-
This will test against python2.7, and 3.5 (although not tested, python3.3 and 3.4
34-
should also be fully supported). Running tox will print out a code coverage report
32+
We require 100% code coverage in our unit tests. We run all the unit tests with tox,
33+
which will test against python2.7, 3.3, 3.4, and 3.5. Running tox will print out a
34+
code coverage report
3535
```
3636
$ tox
3737
```

0 commit comments

Comments
 (0)