Skip to content

Commit

Permalink
Add pypy support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolgyes committed Jun 4, 2018
1 parent b8d9ff1 commit d08b1d4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,31 @@ matrix:
python: 3.6
env: PYVERSION="3"

- os: linux
dist: trusty
sudo: required
python: 3.5
env: PYVERSION="3"

- os: linux
dist: trusty
sudo: required
python: 2.7
env: PYVERSION="2"


- os: linux
dist: trusty
sudo: required
python: "pypy2.7"
env: PYVERSION="2"

- os: linux
dist: trusty
sudo: required
python: "pypy3.5"
env: PYVERSION="2"

install:
- pip${PYVERSION} install --upgrade pip setuptools wheel
- pip${PYVERSION} install coveralls codecov pyflakes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Semaphore: [![Build Status](https://semaphoreci.com/api/v1/dvolgyes/zenodo_get/b
CircleCI: [![Build status](https://circleci.com/gh/dvolgyes/zenodo_get.svg?style=svg)](https://circleci.com/gh/dvolgyes/zenodo_get)
AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/f6hw96rhdl104ch9?svg=true)](https://ci.appveyor.com/project/dvolgyes/zenodo-get)

Coveralls: [![Coverage Status](https://img.shields.io/coveralls/github/dvolgyes/zenodo_get/master.svg)](https://coveralls.io/github/dvolgyes/zenodo_get?branch=master)
Coveralls: [![Coverage Status](https://coveralls.io/repos/github/dvolgyes/zenodo_get/badge.svg?branch=master)](https://coveralls.io/github/dvolgyes/zenodo_get?branch=master)
Codecov: [![codecov](https://codecov.io/gh/dvolgyes/zenodo_get/branch/master/graph/badge.svg)](https://codecov.io/gh/dvolgyes/zenodo_get)

This is a Python3 tool which can mass-download files from Zenodo records.

Minimum Python version is 2.7 or 3.5, but if there is a strong demand, I could port it to older versions too.
[![pyversion](https://img.shields.io/pypi/pyversions/zenodo_get.svg)](https://test.pypi.org/project/zenodo-get/) Minimum Python version is 2.7 or 3.5, but if there is a strong demand, I could port it to older versions too.


Install
Expand Down

0 comments on commit d08b1d4

Please sign in to comment.