This commit is contained in:
jnozsc 2017-09-16 11:33:03 -07:00
parent 2733366152
commit 12a5c28cf6

View file

@ -12,6 +12,7 @@ install:
- "pip install -e ." - "pip install -e ."
- "pip install pycryptodome>=3.4.5" - "pip install pycryptodome>=3.4.5"
- "pip install -q behave" - "pip install -q behave"
- "pip install pytz"
# command to run tests # command to run tests
script: script:
- python --version - python --version