We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add84b3 commit b53bccaCopy full SHA for b53bcca
.travis.yml
@@ -1,30 +1,14 @@
1
language: python
2
3
-python:
4
- - "2.6"
5
- - "2.7"
6
- - "3.2"
7
- - "3.3"
8
- - "pypy"
9
-
10
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
19
- - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
+ - pip install tox
20
21
services:
22
- redis-server
23
24
script:
25
- pep8 stdnet --exclude stdnet/apps/searchengine/processors
26
- - sudo rm -rf stdnet
27
- - python -m covrun
+ - tox
28
29
notifications:
30
email: false
0 commit comments