File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ language: python
2
2
cache : pip
3
3
sudo : false
4
4
env :
5
- - APISPEC_VERSION=">=1.0.0"
6
- - APISPEC_VERSION=""
7
5
- MARSHMALLOW_VERSION="==2.13.0"
8
6
- MARSHMALLOW_VERSION=""
9
7
python :
@@ -15,7 +13,6 @@ before_install:
15
13
install :
16
14
- travis_retry pip install -U .
17
15
- travis_retry pip install -U -r dev-requirements.txt
18
- - travis_retry pip install -U --pre apispec"$APISPEC_VERSION"
19
16
- travis_retry pip install -U --pre marshmallow"$MARSHMALLOW_VERSION"
20
17
before_script :
21
18
- flake8 flask_apispec
29
26
env : []
30
27
# Override install, and script to no-ops
31
28
before_install : true
32
- install :
29
+ install :
33
30
- travis_retry pip install -U .
34
31
- travis_retry pip install -r dev-requirements.txt
35
32
before_script : true
You can’t perform that action at this time.
0 commit comments