Skip to content

Commit

Permalink
trying to fix travis python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Dec 5, 2015
1 parent cda9e17 commit 7947075
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: python

python:
- 2.7
- 3.4
- 3.5

env:
- TOXENV=py34-17
Expand All @@ -29,3 +27,10 @@ after_script:
pip install --quiet coveralls;
coveralls;
fi

addons:
apt:
sources:
- deadsnakes
packages:
- python3.5

0 comments on commit 7947075

Please sign in to comment.