Skip to content

Commit b0a8ab5

Browse files
committed
black doesn't seem to be working on pypy...
so I am committing an "env" command to the travis script to see what environment variables are available to me to check before running `black`, so I can only run black on non-pypy versions.
1 parent b716494 commit b0a8ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install:
1212
- pip install sphinx sphinx_rtd_theme
1313
script:
1414
- flake8
15+
- env
1516
- black --check .
1617
- pytest
1718
- make doc

0 commit comments

Comments
 (0)