We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc79c4 commit 0d9c91eCopy full SHA for 0d9c91e
.travis.yml
@@ -6,6 +6,7 @@ install:
6
- pip install -e .[test]
7
- pip install -e .
8
- pip install pytest-cov
9
+script: py.test --cov=. --cov-report term-missing
10
env:
11
global:
12
- CI=true
@@ -22,8 +23,6 @@ notifications:
22
23
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
24
jobs:
25
include:
- - stage: Py Test
26
- script: py.test --cov=. --cov-report term-missing
27
- python: 3.6
28
stage: Deploy
29
before_deploy:
0 commit comments