Skip to content

Commit

Permalink
Merge cc78f9a into b389940
Browse files Browse the repository at this point in the history
  • Loading branch information
bfueldner committed Feb 18, 2020
2 parents b389940 + cc78f9a commit 502630f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
@@ -1,6 +1,7 @@
environment:
global:
RANDOM_SEED: 0
PYTHONUTF8: 1
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 6
Expand All @@ -21,6 +22,7 @@ install:
# Install system dependencies
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- set PATH=%USERPROFILE%\.poetry\bin;%PATH%
- echo "Python UTF8 = %PYTHONUTF8%"
- make doctor
# Install project dependencies
- make install
Expand Down

0 comments on commit 502630f

Please sign in to comment.