Hardcoded salt to fix crypto

This commit is contained in:
Manuel Ebert 2015-04-04 17:50:44 +11:00
parent 003fb507ae
commit dd79639095
12 changed files with 60 additions and 54 deletions

View file

@ -1,12 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- "pip install -e . --use-mirrors"
- "pip install pycrypto>=2.6 --use-mirrors"
- "pip install -q behave"
# command to run tests
script: