Skip to content

Commit

Permalink
Remove broken after-test, add python 3.8 to accelerate build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Nov 30, 2019
1 parent 06fc183 commit 34f286d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ environment:
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.0"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.0"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.0"
PYTHON_ARCH: "64"

branches:

Expand All @@ -85,8 +93,6 @@ build_script:
test_script:
- "%CMD_IN_ENV% pytest -sv tests/test_core.py"

after_test: off

artifacts:
- path: accelerate\dist\*
name: dist-accel
Expand Down

0 comments on commit 34f286d

Please # to comment.