Skip to content

Commit cc6dc7d

Browse files
authored
Update README to include python 3.6 unit testing
1 parent f458460 commit cc6dc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ python setup.py install
3232

3333
### Testing and Code Coverage
3434
We require 100% code coverage in our unit tests. We run all the unit tests with tox,
35-
which will test against python2.7, 3.3, 3.4, and 3.5. Running tox will print out a
35+
which will test against python2.7, 3.3, 3.4, 3.5 and 3.6. Running tox will print out a
3636
code coverage report
3737
```
3838
$ tox

0 commit comments

Comments
 (0)