Skip to content

Commit

Permalink
test on Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsmith committed Oct 7, 2015
1 parent f5c6445 commit e51e866
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: python
sudo: false
env:
- TOXENV=py27
- TOXENV=py34
matrix:
include:
- env: TOXENV=py27
python: "2.7"
- env: TOXENV=py35
python: "3.5"
install:
- git clone --depth=1 https://github.com/Homebrew/homebrew.git
- pip install tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34
envlist = py27, py35

[testenv]
commands = py.test
Expand Down

0 comments on commit e51e866

Please sign in to comment.