Skip to content

Commit 010252c

Browse files
committed
oops bash syntax
1 parent 38627ab commit 010252c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ install:
1111
- pip install -r dev-requirements.txt
1212
- pip install sphinx sphinx_rtd_theme
1313
# black isn't installing on pypy3, so just skip it
14-
- '[ "$TRAVIS_PYTHON_VERSION" != "pypy3"] && pip install black'
14+
- '[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ] && pip install black'
1515
script:
1616
- flake8
17-
- '[ "$TRAVIS_PYTHON_VERSION" != "pypy3"] && black --check .'
17+
- '[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ] && black --check .'
1818
- pytest
1919
- make doc
2020

0 commit comments

Comments
 (0)