We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9895591 commit 18ec7ceCopy full SHA for 18ec7ce
.travis.yml
@@ -7,10 +7,8 @@ services:
7
- redis-server
8
9
install:
10
- - pip install --upgrade setuptools
11
- - pip install redis>=2.6
12
- - pip install jsonpickle>=0.9.3
13
- - pip install uwsgi>=2.0.0
+ - pip install -U setuptools pip
+ - python setup.py install[cpphash,redis,uwsgi]
14
15
script:
16
- - python setup.py nosetests
+ - python setup.py test
0 commit comments