Skip to content

Commit

Permalink
Add Python 2.6, 3.3 and 3.4 in automation
Browse files Browse the repository at this point in the history
ALigns with the list of supported versions.
  • Loading branch information
samueldg committed Nov 30, 2016
1 parent 157901c commit 91ea018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
sudo: false
install:
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,py35
envlist = py27,py26,py33,py34,py35

[testenv]
deps =
Expand Down

0 comments on commit 91ea018

Please sign in to comment.