Skip to content

Commit 1da61c2

Browse files
committed
Remove requirements, specify flask versions in matrix.
1 parent b51a080 commit 1da61c2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ python:
33
- "2.7"
44
- "3.3"
55
- "3.4"
6+
- "3.5"
7+
env:
8+
- FLASK=0.12
9+
- FLASK=1.0
610
install:
7-
- pip install -r requirements.txt
11+
- pip install Flask==${FLASK}
812
script:
913
- python -m unittest discover
14+

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)