Skip to content

Commit

Permalink
Update README to be displayed on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkelstern committed Jul 28, 2017
1 parent a19c57b commit 62b25aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Changelog
---------

1.0.0
-----
=====

- First release, supports Python >= 3.3

1.1.0
-----
=====

- Backport to work on Python 2.7
- If you want to use Python 3 use at least 3.3
Expand Down Expand Up @@ -65,7 +65,7 @@ As you should test one thing in an unit-test only, you should only use a single
3. Write a test-runner (we assume you put the test case into ``tests/test.py``)::

#!/usr/bin/env python

from integrate import TestRunner
TestRunner(dirs=["tests"], pattern="*.py").run()

Expand Down

0 comments on commit 62b25aa

Please sign in to comment.