Skip to content

Commit 18ec7ce

Browse files
committed
update travis config
1 parent 9895591 commit 18ec7ce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ services:
77
- redis-server
88

99
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
10+
- pip install -U setuptools pip
11+
- python setup.py install[cpphash,redis,uwsgi]
1412

1513
script:
16-
- python setup.py nosetests
14+
- python setup.py test

0 commit comments

Comments
 (0)