Integrate tox in Travis-CI configuration

This commit is contained in:
Peter Bittner
2016-05-15 16:50:26 +02:00
parent 9d120393f8
commit 8953bbdba2
3 changed files with 4 additions and 12 deletions

View File

@@ -1,12 +1,4 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
python: "3.5"
install: pip install virtualenv
script: python setup.py test

View File

@@ -1 +0,0 @@
nose

View File

@@ -2,6 +2,7 @@
envlist =
flake8
py{26,27,32,33,34,35}
pypy
[testenv]
commands =