summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c4d0bfb288f47aa16fa91042a1e774522f6b3df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
sudo: required
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: ""
# command to run tests
script: nosetests3