Skip to content

Commit

Permalink
Add more versions of python to test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbl committed Nov 15, 2016
1 parent d109c56 commit c3c5532
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
sudo: false
language: python
cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
matrix:
fast_finish: true
include:
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6-dev"
allow_failures:
- python: "3.6-dev"
install:
- "pip install -r requirements_test.txt"
script:
Expand Down

0 comments on commit c3c5532

Please sign in to comment.