Skip to content

Commit

Permalink
Fix python3.5 support in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 committed Apr 7, 2018
1 parent 4699ecc commit e00b580
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 @@ -2,9 +2,13 @@ language: python
sudo: false
cache: false
python:
- '2.7'
- '3.5'
- '3.6'
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
install:
- pip install -U tox coveralls

Expand Down

0 comments on commit e00b580

Please sign in to comment.