Skip to content

Commit

Permalink
Add 3.7-dev to travis (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldinnie authored and tsnoam committed May 8, 2018
1 parent efbd951 commit 3d8abc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy-5.7.1"

dist: trusty
Expand All @@ -23,6 +24,8 @@ before_cache:

install:
- pip install -U codecov pytest-cov
- echo $TRAVIS_PYTHON_VERSION
- if [[ $TRAVIS_PYTHON_VERSION == '3.7'* ]]; then pip install -U git+https://github.com/yaml/pyyaml.git; fi
- pip install -U -r requirements.txt
- pip install -U -r requirements-dev.txt
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
Expand Down

0 comments on commit 3d8abc1

Please sign in to comment.