Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 178df98

Browse files
committed
travis tox
1 parent e3eb535 commit 178df98

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ addons:
1313
-
1414

1515
install:
16-
- pip install pytest
1716
- pip install codecov
18-
17+
- pip install tox
18+
- pip install tox-travis
1919
script:
2020
- codecov --version
21+
- tox
2122

2223
after_success:
2324
- codecov

0 commit comments

Comments
 (0)