Skip to content

Commit 0d9c91e

Browse files
travis update
1 parent 8cc79c4 commit 0d9c91e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ install:
66
- pip install -e .[test]
77
- pip install -e .
88
- pip install pytest-cov
9+
script: py.test --cov=. --cov-report term-missing
910
env:
1011
global:
1112
- CI=true
@@ -22,8 +23,6 @@ notifications:
2223
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
2324
jobs:
2425
include:
25-
- stage: Py Test
26-
script: py.test --cov=. --cov-report term-missing
2726
- python: 3.6
2827
stage: Deploy
2928
before_deploy:

0 commit comments

Comments
 (0)