Skip to content

Commit

Permalink
Update tox.ini and .travis.yml: drop builds for python2.6 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Leclercq committed Aug 5, 2014
1 parent c2b607b commit 5b748eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
language: python

python:
- "3.3"
- "2.7"
- "2.6"
- "pypy"

install: pip install -U .

script: py.test
script: py.test
4 changes: 2 additions & 2 deletions tox.ini
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

0 comments on commit 5b748eb

Please sign in to comment.