Skip to content

Commit

Permalink
Merge pull request #2671 from dhermes/fix-2350
Browse files Browse the repository at this point in the history
Adding Python 3.5 on Travis.
  • Loading branch information
dhermes committed Nov 9, 2016
2 parents 72b75a2 + 95d808a commit 0e714a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
language: python
sudo: false

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

install:
- pip install --upgrade pip tox

script:
- python2.7 scripts/run_unit_tests.py
- python3.4 scripts/run_unit_tests.py
- python3.5 scripts/run_unit_tests.py
- python scripts/run_unit_tests.py --tox-env cover
- tox -e lint
- tox -e system-tests
Expand Down

0 comments on commit 0e714a7

Please sign in to comment.