Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Feb 21, 2018
1 parent 545327c commit 64d2f33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ language: python
sudo: false

python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy2.7"
- "pypy"
- "pypy3.5"

matrix:
fast_finish: true
allow_failures:
- python: "nightly"

install:
- pip install --editable .
- pip install --upgrade pytest pytest-cov coveralls
Expand Down

0 comments on commit 64d2f33

Please sign in to comment.