Skip to content

Commit

Permalink
Python 3.7 --> 3.6 for the line_profiler
Browse files Browse the repository at this point in the history
Without rkern/line_profiler#153 we need to run on Python 3.6, not 3.7
  • Loading branch information
cclauss authored Jul 12, 2019
1 parent 10a6daf commit 14cbda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ addons:

python:
- "2.7"
- "3.7"
- "3.6"

matrix:
allow_failures:
- python: "3.7"
- python: "3.6"

install:
- pip install .
Expand Down

0 comments on commit 14cbda4

Please sign in to comment.