Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from kgriffs/chore-envs
Browse files Browse the repository at this point in the history
Add py35 environment and make Travis UI a bit prettier
  • Loading branch information
lvh committed Dec 4, 2015
2 parents 80d39a7 + 0d2b57d commit 95912db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
sudo: false
language: python
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=pep8
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.5
env: TOXENV=pep8

install: pip install tox
script: 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,pep8
envlist = py27,py34,py35,pep8

[testenv]
deps = -rtest-requirements.txt
Expand Down

0 comments on commit 95912db

Please sign in to comment.