Skip to content

Commit

Permalink
remove 3.4 and 3.5 python env
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Feb 11, 2019
1 parent f43586c commit d54aa9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ environment:
RANDOM_SEED: 0
matrix:
- PYTHON: "C:\\Python27-x64" # latest 2.7.x version
- PYTHON: "C:\\Python34-x64" # latest 3.4.x version
- PYTHON: "C:\\Python35-x64" # latest 3.5.x version
- PYTHON: "C:\\Python36-x64" # latest 3.6.x version
- PYTHON: "C:\\Python37-x64" # latest 3.7.x version

Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: python
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
Expand Down

0 comments on commit d54aa9a

Please sign in to comment.