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 efbd951 commit 3d8abc1Copy full SHA for 3d8abc1
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "3.4"
5
- "3.5"
6
- "3.6"
7
+ - "3.7-dev"
8
- "pypy-5.7.1"
9
10
dist: trusty
@@ -23,6 +24,8 @@ before_cache:
23
24
25
install:
26
- pip install -U codecov pytest-cov
27
+ - echo $TRAVIS_PYTHON_VERSION
28
+ - if [[ $TRAVIS_PYTHON_VERSION == '3.7'* ]]; then pip install -U git+https://github.com/yaml/pyyaml.git; fi
29
- pip install -U -r requirements.txt
30
- pip install -U -r requirements-dev.txt
31
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
0 commit comments