Skip to content

Commit

Permalink
Merge pull request #39 from algolia/fix/tox-python3.5
Browse files Browse the repository at this point in the history
Allow tox to run the py35 profile
  • Loading branch information
redox committed Feb 11, 2016
2 parents 9847d5b + e09d221 commit 94fe239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
- pip install tox
script:
- tox
python: 3.5
env:
matrix:
- TOXENV=py26
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py32
py33
py34
py35
coverage
skip_missing_interpreters = True

Expand Down

0 comments on commit 94fe239

Please sign in to comment.