Skip to content

Commit

Permalink
Merge 53b0958 into 4894834
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 7, 2019
2 parents 4894834 + 53b0958 commit 61b4f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
environment:
global:
POETRY_PREVIEW: 1
RANDOM_SEED: 0
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 6
- PYTHON_MAJOR: 3
PYTHON_MINOR: 7
- PYTHON_MAJOR: 3
PYTHON_MINOR: 8

cache:
- .venv -> poetry.lock
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: python
python:
- 3.6
- 3.7
- 3.8

cache:
pip: true
Expand All @@ -12,6 +13,7 @@ cache:

env:
global:
- POETRY_PREVIEW=1
- RANDOM_SEED=0

before_install:
Expand Down

0 comments on commit 61b4f83

Please sign in to comment.