Skip to content

Commit

Permalink
Install the latest Python release via APT on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bintoro committed Apr 1, 2016
1 parent ee60d5c commit ff183e2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
language: python

python:
- 3.5
python: 3.4

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

sudo: false

install:
- pip install tox
- pip install python-coveralls
- pip3 install tox
- pip3 install python-coveralls

script: tox

Expand Down

0 comments on commit ff183e2

Please sign in to comment.