Skip to content

Commit

Permalink
Update .travis.yml for Python 3.7
Browse files Browse the repository at this point in the history
Remove Python 3.5 and add Python 3.7 -- current support is for versions 3.6 and 3.7.
  • Loading branch information
mrconway committed Sep 21, 2019
1 parent 9ed5f15 commit 3b7aea6
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 @@ -2,8 +2,8 @@ language: python
sudo: false

python:
- "3.5"
- "3.6"
- "3.7"

before_install:
# We do this conditionally because it saves us some downloading if the
Expand All @@ -28,7 +28,7 @@ install:
- pip install category_encoders
- pip install imbalanced-learn
- pip install pyfolio

script:
nosetests

Expand Down

0 comments on commit 3b7aea6

Please sign in to comment.