onionshare/.travis.yml

9 lines
199 B
YAML

language: python
python:
- "3.2"
# command to install dependencies
before_install: "sudo apt-get install python3-nose"
install: "pip3 install flask stem"
# command to run tests
script: nosetests3