mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
update travis config
This commit is contained in:
parent
77260a3ce9
commit
2e1d7abc36
14
.travis.yml
14
.travis.yml
@ -2,13 +2,9 @@ language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
|
||||
# maintainers to fix their pypy-dev package.
|
||||
# - "pypy"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install psutil --use-mirrors
|
||||
- pip install sqlalchemy --use-mirrors
|
||||
# - pip install -r requirements.txt --use-mirrors
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
- pip install lxml
|
||||
- pip install ipaddr
|
||||
- pip install psutil
|
||||
- pip install sqlalchemy
|
||||
script: cd Tests && nosetests
|
||||
|
Loading…
Reference in New Issue
Block a user