We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b2974 commit 1da7f4aCopy full SHA for 1da7f4a
.travis.yml
@@ -4,7 +4,6 @@ python:
4
- 3.6
5
- 3.7
6
- 3.8
7
- - pypy3
8
addons:
9
apt:
10
packages:
@@ -14,10 +13,10 @@ install:
14
13
- pip install tox
15
- pip install tox-travis
16
- pip install isort
17
- - if [[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ]]; then pip install black; fi
+ - pip install black
18
script:
19
- isort --check --recursive src tests
20
- - if [[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ]]; then black --check src tests; fi
+ - black --check src tests
21
- codecov --version
22
- tox
23
after_success:
0 commit comments