mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 07:49:48 -05:00
Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
This commit is contained in:
parent
0c8d6cf91c
commit
1eed4f6244
@ -4,6 +4,10 @@ dist: trusty
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.6-dev"
|
||||
- "3.7-dev"
|
||||
- "nightly"
|
||||
# command to install dependencies
|
||||
before_install: "sudo apt-get update; sudo apt-get install -y python3-nose python3-flask python3-stem python3-pyqt5"
|
||||
install: ""
|
||||
|
Loading…
Reference in New Issue
Block a user