Merge branch 'SylvainDe-master'

This commit is contained in:
Micah Lee 2017-04-07 12:37:43 -07:00
commit d309d278aa
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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: ""