mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 04:02:40 -03:00
9 lines
199 B
YAML
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
|
|
|