Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ cache:
- apt
- pip
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.8"
before_install:
- pip install pipenv --upgrade
script:
script:
- pipenv install --dev
- pytest
sudo: false
Expand Down
3 changes: 0 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ pyaml = "==15.8.2"
python-dateutil = "==2.5.3"
PyYAML = "==5.1"

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true
Loading