-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tox.ini and .travis.yml: drop builds for python2.6 and 3.3
- Loading branch information
Greg Leclercq
committed
Aug 5, 2014
1 parent
c2b607b
commit 5b748eb
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tox] | ||
envlist =py26,py27,py33 | ||
envlist =py27 | ||
[testenv] | ||
deps=pytest | ||
commands= | ||
py.test | ||
py.test |