Skip to content

Commit

Permalink
Python 2 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 11, 2019
1 parent bde4016 commit c85b4fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dist: xenial
language: python

python:
- 2.7
- 3.6
- &latest_py3 3.7

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:

matrix:
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python37-x64"

install:
# symlink python from a directory with a space
Expand Down

0 comments on commit c85b4fe

Please sign in to comment.