Added python3.5-style type annotations to pretix.base

This commit is contained in:
Raphael Michel
2015-10-25 21:26:04 +01:00
parent ecebe481d7
commit 79ad8b40ed
28 changed files with 142 additions and 113 deletions

View File

@@ -4,7 +4,7 @@ python:
- "3.4"
install:
- pip install -U pip wheel
- pip install -q -r src/requirements.txt -r src/requirements/dev.txt
- pip install -q -r src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt
- npm install -g less@2.5.0
before_script:
- cd src