Skip to content

Commit d732121

Browse files
Tests passing for all Python versions >= 3.6 (#487)
* Allowing all Python versions * Removing Python 3.5 from travis config file since it is not supported by AWS Lambda * Updating readme * Escaping the tilde for the benefit of my code editor
1 parent 04bb5f1 commit d732121

File tree

4 files changed

+642
-632
lines changed

4 files changed

+642
-632
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ cache:
33
- apt
44
- pip
55
python:
6-
- "3.5"
76
- "3.6"
87
- "3.7"
9-
- "3.8"
8+
- "3.8"
109
before_install:
1110
- pip install pipenv --upgrade
12-
script:
11+
script:
1312
- pipenv install --dev
1413
- pytest
1514
sudo: false

Pipfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@ pyaml = "==15.8.2"
2626
python-dateutil = "==2.5.3"
2727
PyYAML = "==5.1"
2828

29-
[requires]
30-
python_version = "3.8"
31-
3229
[pipenv]
3330
allow_prereleases = true

0 commit comments

Comments
 (0)