Rev427, Ignore repr from coverage, Add RateLimit call penalty to, Event test, Noparallel test, RateLimit test, Remove falling Pypy test

This commit is contained in:
HelloZeroNet 2015-09-21 02:36:23 +02:00
parent 8f7df0f7fb
commit 47dbdc0850
9 changed files with 342 additions and 133 deletions

View file

@ -2,10 +2,6 @@ language: python
cache: pip
python:
- 2.7
- pypy
matrix:
allow_failures:
- pypy
install:
- pip install -r requirements.txt
before_script: