Update configs and instructions for running tests manually. (#1137)

- Switch requirements-tests-py3.txt to use mypy GitHub master.
- Exclude .venv{2,3} (suggested in README.md) in .flake8 and .gitignore.
- Update instructions in README.md to be working.
- Remove runtests.sh script and mentions of it -- I can't get it to work
  and the three steps are easily run by hand.
This commit is contained in:
Guido van Rossum
2017-04-08 19:06:54 -07:00
committed by Jelle Zijlstra
parent f741429a75
commit 761ee6afb3
5 changed files with 14 additions and 34 deletions

1
.gitignore vendored
View File

@@ -61,3 +61,4 @@ analyze.py
.*.sw?
.vscode/
.idea/
.venv*/