We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ec7ce commit eeec9aeCopy full SHA for eeec9ae
.travis.yml
@@ -8,7 +8,7 @@ services:
8
9
install:
10
- pip install -U setuptools pip
11
- - python setup.py install[cpphash,redis,uwsgi]
+ - pip install -e .[cpphash,redis,uwsgi]
12
13
script:
14
- python setup.py test
0 commit comments