Skip to content

Commit b53bcca

Browse files
committed
make use tox on Travice CI
1 parent add84b3 commit b53bcca

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.travis.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,14 @@
11
language: python
22

3-
python:
4-
- "2.6"
5-
- "2.7"
6-
- "3.2"
7-
- "3.3"
8-
- "pypy"
9-
103
install:
11-
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors argparse unittest2; fi
12-
- pip install -r requirements_dev.txt --use-mirrors
13-
- git clone https://github.com/quantmind/pulsar.git
14-
- cd pulsar
15-
- python setup.py install
16-
- cd ..
17-
- sudo rm -rf pulsar
18-
- python setup.py install
19-
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
4+
- pip install tox
205

216
services:
227
- redis-server
238

249
script:
2510
- pep8 stdnet --exclude stdnet/apps/searchengine/processors
26-
- sudo rm -rf stdnet
27-
- python -m covrun
11+
- tox
2812

2913
notifications:
3014
email: false

0 commit comments

Comments
 (0)