Skip to content

Commit

Permalink
Drop 3.4 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Dec 14, 2019
1 parent fb7a731 commit ea08030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ os:
- linux
compiler:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
env:
- SCIPY_VER="scipy>=0.12.0"
# safelist
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ build: false
environment:
matrix:
- PYTHON: 2.7
# - PYTHON: 3.3 # 3.3's quad or interpolate worked differently in some cases, not worth testing with
- PYTHON: 3.5
- PYTHON: 3.6
- PYTHON: 3.7

platform:
- x86
Expand Down

0 comments on commit ea08030

Please sign in to comment.