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

This commit is contained in:
Raphael Michel
2015-11-04 23:39:59 +01:00
parent ecebe481d7
commit 79ad8b40ed
28 changed files with 142 additions and 113 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ tests:
- virtualenv-3.4 env
- source env/bin/activate
- cd src
- XDG_CACHE_HOME=/cache pip3 install -r requirements.txt -r requirements/dev.txt
- XDG_CACHE_HOME=/cache pip3 install -r requirements.txt -r requirements/dev.txt -r requirements/py34.txt
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
- isort -c -rc .
- python3 manage.py check