Skip to content

Commit

Permalink
Remove Python 3.2 from .travis.yml (python#444)
Browse files Browse the repository at this point in the history
Our `setup.py` file explicitly throws an error when users try and
install typing for Python 3.0 through 3.2. In that case, it doesn't
seem like testing typing against Python 3.2 is worth it.
  • Loading branch information
Michael0x2a authored and ilevkivskyi committed Jun 27, 2017
1 parent eb96eb7 commit b11fbed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ python:
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "2.7"

install:
Expand Down

0 comments on commit b11fbed

Please sign in to comment.