Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
language: python
python:
  - 2.6
  - 2.7
  - 3.3
  - 3.4
  - 3.5
  - nightly
  - pypy
#  - pypy3
install:
  - pip install -U pip setuptools wheel
  - pip install -r requirements/development.txt .
script:
  - coverage run setup.py test
  - coverage report --show-missing
after_success:
  - coveralls