Integrate tox in Travis-CI configuration
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
nose
|
||||
Reference in New Issue
Block a user