Skip to content

Commit cd9ad26

Browse files
committed
Merge branch 'develop' into x509_symmetry
2 parents 9db6c60 + 7d7cbfc commit cd9ad26

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
@@ -15,10 +15,10 @@ install:
1515
- pip install tox tox-travis
1616
- pip install isort black
1717
script:
18-
- isort --check src tests
19-
- black --check src tests
2018
- codecov --version
2119
- tox
20+
- isort --check src tests
21+
- black --check src tests
2222
after_success:
2323
- codecov
2424
notifications:

0 commit comments

Comments
 (0)