Skip to content

Commit 1da7f4a

Browse files
committed
drop pypy3
1 parent 18b2974 commit 1da7f4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python:
44
- 3.6
55
- 3.7
66
- 3.8
7-
- pypy3
87
addons:
98
apt:
109
packages:
@@ -14,10 +13,10 @@ install:
1413
- pip install tox
1514
- pip install tox-travis
1615
- pip install isort
17-
- if [[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ]]; then pip install black; fi
16+
- pip install black
1817
script:
1918
- isort --check --recursive src tests
20-
- if [[ "$TRAVIS_PYTHON_VERSION" != "pypy3" ]]; then black --check src tests; fi
19+
- black --check src tests
2120
- codecov --version
2221
- tox
2322
after_success:

0 commit comments

Comments
 (0)