Skip to content

Commit

Permalink
run tests on py27
Browse files Browse the repository at this point in the history
  • Loading branch information
yosida95 committed Jul 7, 2014
1 parent 18f4aef commit 1a9c766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
env:
matrix:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=coverage
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 = py33, py34, coverage
envlist = py27, py33, py34, coverage

[testenv]
deps = nose
Expand Down

0 comments on commit 1a9c766

Please sign in to comment.