summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-04-17 19:21:47 +0200
committerGitHub <noreply@github.com>2019-04-17 19:21:47 +0200
commit36616742c40f9c111ff5e5531e0191d0a7386a59 (patch)
tree4ec7cdc57d295668f5c5b66137336654ab7b32a9
parent327051a2e6f0f0c8c7811a8e41333b6a91e0818c (diff)
downloadsimplejson-36616742c40f9c111ff5e5531e0191d0a7386a59.tar.gz
Preserve the sort order
-rw-r--r--.travis.yml24
1 files changed, 13 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 126375d..011d17d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,18 +4,17 @@ cache:
directories:
- "$HOME/.cache/pip"
- "$HOME/.pyenv"
-python:
- - 2.7
- - 3.4
- - 3.5
- - 3.6
- - 3.7
matrix:
include:
- - python: '2.6'
+ - python: 2.6
dist: trusty
- - python: '3.3'
+ - python: 2.7
+ - python: 3.3
dist: trusty
+ - python: 3.4
+ - python: 3.5
+ - python: 3.6
+ - python: 3.7
- python: pypy
dist: trusty
- python: pypy3
@@ -24,13 +23,16 @@ matrix:
services:
- docker
env: BUILD_SDIST=true
- - os: osx
+ - name: Python 2.7.12 on macOS
+ os: osx
language: objective-c
env: PYENV_VERSION=2.7.12
- - os: osx
+ - name: Python 3.5.5 on macOS
+ os: osx
language: objective-c
env: PYENV_VERSION=3.5.5
- - os: osx
+ - name: Python 3.6.5 on macOS
+ os: osx
language: objective-c
env: PYENV_VERSION=3.6.5
install: