Skip to content

Commit

Permalink
Merge 131c5fb into e0c4f02
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 29, 2019
2 parents e0c4f02 + 131c5fb commit 1ac4faf
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 58 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
Loading

0 comments on commit 1ac4faf

Please sign in to comment.