~landscape/landscape-client/master

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: GitHub
  • Author(s): Eric Snow
  • Date: 2017-04-26 21:18:31 UTC
  • mfrom: (1030.1.8)
  • Revision ID: git-v1:7ad51ada8dd58803dd1840ce67368f9c0ca7c7fe
Merge pull request #3 from ericsnowcurrently/code-coverage

Add Code Coverage Checks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    # XXX re-enable after fixing all the lint issues
13
13
    #- python: 3.6
14
14
    #  env: TARGET=flake8
 
15
    - python: 3.4
 
16
      env:
 
17
          TARGET=coverage
 
18
      before_script:
 
19
        - python3 -m pip install -U coverage
 
20
        - python3 -m pip install -U codecov
 
21
      script:
 
22
        - make $TARGET
 
23
      after_success:
 
24
        - codecov
15
25
# XXX cache the installs?
16
26
env:
17
27
  global: