Skip to content

Commit 348ff2b

Browse files
committed
Update Travis-CI
1 parent 2bb7d20 commit 348ff2b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ python:
99
- "3.6"
1010
- "3.7-dev" # 3.7 development branch
1111

12-
install: "pip install -r requirements.txt; pip install tox-travis"
13-
env:
14-
- TOXENV=pep8
15-
- TOXENV=coverage
16-
script: tox
1712
before_install:
1813
- pip install codecov
14+
15+
install:
16+
- "pip install -r requirements.txt"
17+
- "python setup.py install"
18+
- "python setup.py test"
19+
1920
after_success:
2021
- codecov

0 commit comments

Comments
 (0)