Skip to content

Commit

Permalink
Don't think we need to explicitly list out each build setup anymore, …
Browse files Browse the repository at this point in the history
…since we can just use the standard matrix behavior.
  • Loading branch information
Tim Shawver committed Aug 22, 2018
1 parent d34e9eb commit 297d49d
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
language: python
sudo: false

matrix:
include:
- python: 2.7
env: NB_VERSION=4
- python: 2.7
env: NB_VERSION=5

- python: 3.4
env: NB_VERSION=4
- python: 3.4
env: NB_VERSION=5

- python: 3.6
env: NB_VERSION=4
- python: 3.6
env: NB_VERSION=5

- env: FLAKE8=true NB_VERSION=5
- env: NOTEST=true NB_VERSION=5
python:
- "2.7"
- "3.4"
- "3.6"
env:
- NB_VERSION=4
- NB_VERSION=5
- FLAKE8=true
- NOTEST=true

addons:
postgresql: "9.3"
Expand Down

0 comments on commit 297d49d

Please sign in to comment.