Skip to content

Commit

Permalink
Merge pull request #11 from stxnext/py38
Browse files Browse the repository at this point in the history
python 3.8 support
  • Loading branch information
rooterkyberian committed Feb 25, 2020
2 parents 13e743e + da82f41 commit a64c2f1
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 138 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
services: mongodb

language: python
sudo: required # https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-401756442
dist: xenial
matrix:
include:
- python: 3.6
- python: 3.7
- python: 3.8-dev
allow_failures:
- python: 3.8-dev
python:
- "3.6"
- "3.7"
- "3.8"

install: make init
script: make travis
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mypy = "*"

[packages]
pymongo-migrate = {editable = true,path = "."}
dataclasses = "*"

[requires]
python_version = "3.6"
python_version = "3.7"

0 comments on commit a64c2f1

Please sign in to comment.