mirror of
https://github.com/httpie/cli.git
synced 2025-01-09 15:18:25 +01:00
Update .travis.yml
This commit is contained in:
parent
66a6475064
commit
0046ed73c6
@ -7,7 +7,7 @@ os:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NEWEST_PYTHON=3.5
|
- NEWEST_PYTHON=3.6
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.6
|
- 2.6
|
||||||
@ -15,6 +15,7 @@ python:
|
|||||||
- pypy
|
- pypy
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
|
- 3.6
|
||||||
# Currently fails because of a Flask issue
|
# Currently fails because of a Flask issue
|
||||||
# - pypy3
|
# - pypy3
|
||||||
|
|
||||||
@ -42,12 +43,12 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
env:
|
||||||
- TOXENV=py35
|
- TOXENV=py36
|
||||||
- BREW_INSTALL=python3
|
- BREW_INSTALL=python3
|
||||||
|
|
||||||
# Python Codestyle
|
# Python Codestyle
|
||||||
- os: linux
|
- os: linux
|
||||||
python: 3.5
|
python: 3.6
|
||||||
env: CODESTYLE=true
|
env: CODESTYLE=true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user