Skip to content

Commit

Permalink
Deploy Travis CI build 1248 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Nov 28, 2019
1 parent ec0d269 commit 7e9a9bf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
RANDOM_SEED: 0
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 7
PYTHON_MINOR: 8

cache:
- .venv -> poetry.lock
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: xenial

language: python
python:
- 3.7
- 3.8

cache:
pip: true
Expand Down
2 changes: 1 addition & 1 deletion .verchew.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = GNU Make
[Python]

cli = python
version = 3.7
version = 3.8

[Poetry]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project was generated with [cookiecutter](https://github.com/audreyr/cookie

## Requirements

* Python 3.7+
* Python 3.8+

## Installation

Expand Down
57 changes: 2 additions & 55 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
]

[tool.poetry.dependencies]

python = "^3.7"
python = "^3.8"

# TODO: Remove these and add your library's requirements
click = "^6.0"
Expand Down

0 comments on commit 7e9a9bf

Please sign in to comment.