Skip to content

Commit 6e5be13

Browse files
committed
Only test against latest apispec release
#131 (comment)
1 parent 9b9554e commit 6e5be13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: python
22
cache: pip
33
sudo: false
44
env:
5-
- APISPEC_VERSION=">=1.0.0"
6-
- APISPEC_VERSION=""
75
- MARSHMALLOW_VERSION="==2.13.0"
86
- MARSHMALLOW_VERSION=""
97
python:
@@ -15,7 +13,6 @@ before_install:
1513
install:
1614
- travis_retry pip install -U .
1715
- travis_retry pip install -U -r dev-requirements.txt
18-
- travis_retry pip install -U --pre apispec"$APISPEC_VERSION"
1916
- travis_retry pip install -U --pre marshmallow"$MARSHMALLOW_VERSION"
2017
before_script:
2118
- flake8 flask_apispec
@@ -29,7 +26,7 @@ jobs:
2926
env: []
3027
# Override install, and script to no-ops
3128
before_install: true
32-
install:
29+
install:
3330
- travis_retry pip install -U .
3431
- travis_retry pip install -r dev-requirements.txt
3532
before_script: true

0 commit comments

Comments
 (0)