mirror of
https://github.com/httpie/cli.git
synced 2024-11-09 01:15:04 +01:00
commit
4840499a43
@ -7,7 +7,7 @@ os:
|
||||
|
||||
env:
|
||||
global:
|
||||
- NEWEST_PYTHON=3.5
|
||||
- NEWEST_PYTHON=3.6
|
||||
|
||||
python:
|
||||
- 2.6
|
||||
@ -15,6 +15,7 @@ python:
|
||||
- pypy
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
# Currently fails because of a Flask issue
|
||||
# - pypy3
|
||||
|
||||
@ -42,12 +43,12 @@ matrix:
|
||||
- os: osx
|
||||
language: generic
|
||||
env:
|
||||
- TOXENV=py35
|
||||
- TOXENV=py36
|
||||
- BREW_INSTALL=python3
|
||||
|
||||
# Python Codestyle
|
||||
- os: linux
|
||||
python: 3.5
|
||||
python: 3.6
|
||||
env: CODESTYLE=true
|
||||
|
||||
install:
|
||||
|
@ -6,7 +6,7 @@ environment:
|
||||
- PYTHON: "C:/Python27"
|
||||
# Python 3.4 has outdated pip
|
||||
# - PYTHON: "C:/Python34"
|
||||
- PYTHON: "C:/Python35"
|
||||
- PYTHON: "C:/Python36"
|
||||
|
||||
init:
|
||||
- "ECHO %PYTHON%"
|
||||
|
2
setup.py
2
setup.py
@ -101,6 +101,8 @@ setup(
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Environment :: Console',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
|
Loading…
Reference in New Issue
Block a user