Skip to content

Commit 917eead

Browse files
committed
Remove hypothesis version specification in docs.
This is actually no longer correct since #1288
1 parent 5cd6f3a commit 917eead

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/tutorials/contributing/running_tests.rst

-13
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Running tests
44
Basic test runners
55
------------------
66

7-
Before running tests, you should have hypothesis 3.2 installed::
8-
9-
$ pip install hypothesis==3.2
10-
117
The project has an extensive test suite which is run each time a new
128
contribution is made to the repository. If you want to check that all the tests
139
pass before you submit a pull request you can run the tests yourself::
@@ -73,12 +69,3 @@ You can also run the type checker on a given file. For example, to run the type
7369
checker on the Grudger strategy::
7470

7571
$ mypy --ignore-missing-imports --follow-imports skip axelrod/strategies/grudger.py
76-
77-
78-
Continuous integration
79-
======================
80-
81-
This project is being taken care of by `travis-ci
82-
<https://travis-ci.org/>`_, so all tests will be run automatically when opening
83-
a pull request. You can see the latest build status `here
84-
<https://travis-ci.org/Axelrod-Python/Axelrod>`_.

0 commit comments

Comments
 (0)