Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ python:

install:
- pip install -r test-requirements.txt
- python2 -m pip install --user typing
- python setup.py install

script:
Expand Down
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ DEALINGS IN THE SOFTWARE.
= = = = =

Portions of mypy are licensed under different licenses. The files
under stdlib-samples and lib-typing are licensed under the PSF 2
License, reproduced below.
under stdlib-samples are licensed under the PSF 2 License, reproduced below.

= = = = =

Expand Down
14 changes: 0 additions & 14 deletions lib-typing/2.7/mod_generics_cache.py

This file was deleted.

46 changes: 0 additions & 46 deletions lib-typing/2.7/setup.py

This file was deleted.

Loading