Skip to content

Commit

Permalink
Ease the set-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 15, 2018
1 parent 0212cd2 commit 7b4df7c
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
matrix:
include:
- os: linux
python: 2.7
- os: linux
python: 3.4
- os: linux
python: 3.5
- os: linux
python: 3.6
- os: linux
python: pypy
- os: linux
python: pypy3
# It's important to use 'macpython' builds to get the least
# restrictive wheel tag. It's also important to avoid
# 'homebrew 3' because it floats instead of being a specific version.
Expand Down

0 comments on commit 7b4df7c

Please sign in to comment.