We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8da95 commit c2f97bbCopy full SHA for c2f97bb
.travis.yml
@@ -3,20 +3,22 @@ sudo: false
3
env:
4
- APISPEC_VERSION="==0.17.0"
5
- APISPEC_VERSION=""
6
+- MARSHMALLOW_VERSION="==2.13.0"
7
+- MARSHMALLOW_VERSION=""
8
python:
9
- '2.7'
10
- '3.4'
11
- '3.5'
12
- '3.6'
-- pypy
13
before_install:
14
- travis_retry pip install codecov
15
# Fix travis issue with py3.4 builds
16
- travis_retry pip install -U six
17
install:
18
- travis_retry pip install -U .
19
- travis_retry pip install -U -r dev-requirements.txt
-- travis_retry pip install -U apispec"$APISPEC_VERSION"
20
+- travis_retry pip install -U --pre apispec"$APISPEC_VERSION"
21
+- travis_retry pip install -U --pre marshmallow"$MARSHMALLOW_VERSION"
22
before_script:
23
- flake8 flask_apispec
24
script: py.test
0 commit comments