Skip to content

Commit

Permalink
Added support for py35 on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Dec 19, 2015
1 parent e046ff8 commit e18c1c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: python
sudo: false
python: "2.7"
install:
- pip install tox
env:
Expand All @@ -13,3 +12,9 @@ script:
branches:
only:
- master
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5

0 comments on commit e18c1c1

Please sign in to comment.