mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-22 05:24:14 -04:00
Updated .travis.yml
This commit is contained in:
parent
683610e962
commit
738c05a5f8
1 changed files with 6 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,9 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
python:
|
python:
|
||||||
- "3.2"
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
before_install: "sudo apt-get install python3-nose"
|
before_install: "sudo apt-get update; sudo apt-get install -y python3-nose python3-flask python3-stem python3-pyqt5"
|
||||||
install: "pip3 install flask stem"
|
install: ""
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: nosetests3
|
script: nosetests3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue