Skip to content

Commit a767ad5

Browse files
author
Shane DeWael
committed
Update travis build and change pytest version
1 parent 247296e commit a767ad5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language: python
44
python:
55
- "2.7.6"
66
- "2.7"
7-
- "3.3"
87
- "3.4"
98
- "3.5"
109
- "3.6"

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ coveralls==1.1
22
ipdb==0.9.3
33
ipython==4.1.2
44
pdbpp==0.8.3
5-
pytest>=3.2.0
6-
pytest-flask>=0.10.0
5+
pytest>=3.2.0,<4.0.0
6+
pytest-flask==0.10.0
77
pytest-mock>=1.6.3
88
pytest-cov==2.5.1
99
pytest-pythonpath==0.7.1

0 commit comments

Comments
 (0)