Travis not support python testing on mac yet, try pypy instead

This commit is contained in:
HelloZeroNet 2015-09-20 22:46:57 +02:00
parent 9ac8f7f63c
commit 8f7df0f7fb

View file

@ -1,12 +1,15 @@
language: python language: python
cache: pip cache: pip
python: python:
- "2.7" - 2.7
os: - pypy
- linux matrix:
- osx allow_failures:
- pypy
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
before_script:
- openssl version -a
script: script:
- python -m pytest src/Test --cov src --cov-config src/Test/coverage.ini - python -m pytest src/Test --cov src --cov-config src/Test/coverage.ini
before_install: before_install: