Skip to content

Commit

Permalink
Updated Travis CI and Appveyor scripts.
Browse files Browse the repository at this point in the history
Deleted Pipfile.lock
Added Github issue template
  • Loading branch information
hbldh committed Sep 5, 2018
1 parent f81b32c commit 19f931d
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 430 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* pybankid version:
* Python version:
* Operating System:

### Description

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

### What I Did

```
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
```
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python
sudo: false
dist: xenial
python:
- 2.7
- 3.5
- 3.6
- 3.7
- "pypy"
- "pypy3"
matrix:
Expand Down
11 changes: 3 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ verify_ssl = true
url = "https://pypi.python.org/simple"
name = "pypi"

[packages]

[requires]

python_version = "3.5"

requests = ">=2.13.0"
zeep = ">=1.3.0"

[dev-packages]

Expand All @@ -19,7 +18,3 @@ pytest-cov = "*"
twine = "*"


[packages]

requests = ">=2.13.0"
zeep = ">=1.3.0"
Loading

0 comments on commit 19f931d

Please sign in to comment.