Skip to content

Commit

Permalink
Merge pull request #137 from yarikoptic/bf-py33
Browse files Browse the repository at this point in the history
Drop testing for 3.3 and enable for later ones
  • Loading branch information
yarikoptic committed Jul 12, 2018
2 parents da138fb + 1e8748b commit 571fae5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ sudo: false
python:
- "2.7"
# - "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
# - "pypy"
# - "pypy3"
cache:
Expand Down
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ environment:
# PYTHON_ARCH: "32"
# MINICONDA: C:\Miniconda3
#
# - PYTHON: "C:\\Python34"
# PYTHON_VERSION: "3.4.1"
# PYTHON_ARCH: "32"
# MINICONDA: C:\Miniconda3
#
# - PYTHON: "C:\\Python35"
# PYTHON_VERSION: "3.5.1"
# PYTHON_ARCH: "32"
# MINICONDA: C:\Miniconda35
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.1"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda3

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.1"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda35

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %MINICONDA%"
Expand Down

0 comments on commit 571fae5

Please sign in to comment.