summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 057236755cb623d0d35826f4ee97139f423c08d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: python
python:
	- "3.5"
	- "3.6"

install:
	- pip install Flask

dist:
	- trusty

sudo: required