Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Trying out appveyor-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Nov 2, 2015
1 parent 88915f2 commit efea3ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -3,10 +3,15 @@ language: python
sudo: false

install:
- pip install codecov tox
- pip install coveralls tox

script:
- tox -e lint,py34,py33,pypy3,pypy,py27,py26

after_success:
- codecov || true
- pip install git+git://github.com/Robpol86/appveyor-artifacts.git
- mv .coverage .coverage.travis
- appveyor-artifacts download
- ls .coverage .coverage.travis
- coverage combine
- coveralls
5 changes: 1 addition & 4 deletions appveyor.yml
Expand Up @@ -5,10 +5,7 @@ artifacts:
- path: .coverage

build_script:
- pip install codecov tox
- pip install tox

test_script:
- tox -e lint,py34,py33,py27,py34x64,py33x64,py27x64

after_test:
- codecov || exit /B 0

0 comments on commit efea3ae

Please sign in to comment.