Skip to content

Commit

Permalink
Merge pull request #149 from mollie/v1-bump-test-versions
Browse files Browse the repository at this point in the history
Only test supported versions of python.
capsert authored Nov 29, 2019
2 parents 58a8098 + 49e3a1a commit 5d3dc9f
Showing 3 changed files with 27 additions and 44 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

install:
- pip install --upgrade 'pip<=18.0' # see https://github.com/pypa/pipenv/issues/2924
@@ -23,4 +23,4 @@ deploy:
secure: "tX5VvpXIj7Afm9slPgCeSwelTxRnWPGfQcglTw92PoHlYeVbgiesEaH2uxIVS3cDeHWTHY4JsT/P2Juu6kZzga+Cb8thUND4JRYeUd1vizJblbeb5hgBRlQ8W/7x6k3j+Eh0I62HW7VDIiyM4uEBhigai4eJyuCK73pFmRmNfxw="
on:
tags: true
python: "3.6"
python: "3.7"
11 changes: 2 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

requests = "*"


[dev-packages]

nose = "*"
pyflakes = "*"

pyflakes = ">=2.1.0"

[requires]

python_version = "2.7"
python_version = "3.7"
54 changes: 22 additions & 32 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d3dc9f

Please sign in to comment.