Skip to content

Commit

Permalink
from now on ws4py only support 2.7 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawouach committed Aug 11, 2013
1 parent d4654ae commit 6cd4943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
language: python

python:
- 2.6
- 2.7
- 3.2
- 3.3

before_install:
- sudo apt-get install python-dev libevent-dev
- pip install --use-mirrors Cython

install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; pip install --use-mirrors -r requirements/py2kreqs.txt; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --use-mirrors -r requirements/py2kreqs.txt; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install --use-mirrors -r requirements/py3kreqs.txt; fi
- python setup.py install

script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then unit2 discover test; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then python -m unittest discover; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then python -m unittest discover; fi
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27
envlist = py27

[testenv]
commands = python setup.py test

0 comments on commit 6cd4943

Please sign in to comment.