Skip to content

Commit

Permalink
Check black formatting after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Nov 14, 2018
1 parent b68463b commit f64e405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ environment:
NUMPY_VERSION: "1.14"
CONDA_CHANNELS: "conda-forge"
# ase and biopython are only required for tests
# black is for code formatting
CONDA_DEPENDENCIES: "numpy spglib pycifrw ase biopython"
PIP_DEPENDENCIES: ""
PIP_DEPENDENCIES: "black"

matrix:

Expand Down Expand Up @@ -57,5 +58,6 @@ build: false

test_script:
- "%CMD_IN_ENV% %TEST_CMD%"
- black .\crystals --check

on_success:

0 comments on commit f64e405

Please sign in to comment.