Skip to content

Commit

Permalink
Simplify .travis.yml. (#524)
Browse files Browse the repository at this point in the history
All of our shards are now and foreseeably `language: python`.
  • Loading branch information
jsirois committed Jul 15, 2018
1 parent 1600d5b commit d7d23f7
Showing 1 changed file with 17 additions and 30 deletions.
47 changes: 17 additions & 30 deletions .travis.yml
Expand Up @@ -11,66 +11,53 @@ cache:
directories:
- .pyenv_test

language: python

matrix:
include:
- language: python
python: "2.7"
- python: "2.7"
env: TOXENV=style

- language: python
python: "2.7"
- python: "2.7"
env: TOXENV=isort-check

- language: python
python: "2.7"
- python: "2.7"
env: TOXENV=py27

- language: python
python: "2.7"
- python: "2.7"
env: TOXENV=py27-subprocess

- language: python
python: "2.7"
- python: "2.7"
env: TOXENV=py27-requests

- language: python
python: "2.7"
- python: "2.7"
env: TOXENV=py27-requests-cachecontrol

- language: python
python: "3.4"
- python: "3.4"
env: TOXENV=py34

- language: python
python: "3.5"
- python: "3.5"
env: TOXENV=py35

- language: python
python: "3.6"
- python: "3.6"
env: TOXENV=py36

- language: python
python: "3.6"
- python: "3.6"
env: TOXENV=py36-requests

- language: python
python: "3.6"
- python: "3.6"
env: TOXENV=py36-requests-cachecontrol

- language: python
python: "pypy"
- python: "pypy"
env: TOXENV=pypy

- language: python
python: "2.7"
- python: "2.7"
env: TOXENV=py27-integration

- language: python
python: "3.6"
- python: "3.6"
env: TOXENV=py36-integration

- language: python
python: "pypy"
- python: "pypy"
env: TOXENV=pypy-integration

install:
Expand Down

0 comments on commit d7d23f7

Please sign in to comment.