File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11dependencies :
22 pre :
3- - pyenv shell 2.7.10; $(pyenv which pip) install --upgrade pip
4- - pyenv shell 3.3.3; $(pyenv which pip) install --upgrade pip
5- - pyenv shell 3.4.2; $(pyenv which pip) install --upgrade pip
3+ - pyenv shell 2.7.10; $(pyenv which pip) install --upgrade pip setuptools
4+ - pyenv shell 3.3.3; $(pyenv which pip) install --upgrade pip setuptools
5+ - pyenv shell 3.4.2; $(pyenv which pip) install --upgrade pip setuptools
6+
67 - pyenv shell 2.7.10; $(pyenv which pip) install -r test-requirements.txt
78 - pyenv shell 3.3.3; $(pyenv which pip) install -r test-requirements.txt
89 - pyenv shell 3.4.2; $(pyenv which pip) install -r test-requirements.txt
10+
911 - pyenv shell 2.7.10; $(pyenv which pip) install -r twisted-requirements.txt
1012 - pyenv shell 3.3.3; $(pyenv which pip) install -r twisted-requirements.txt
1113 - pyenv shell 3.4.2; $(pyenv which pip) install -r twisted-requirements.txt
14+
1215 - pyenv shell 2.7.10; $(pyenv which python) setup.py install
1316 - pyenv shell 3.3.3; $(pyenv which python) setup.py install
1417 - pyenv shell 3.4.2; $(pyenv which python) setup.py install
You can’t perform that action at this time.
0 commit comments