File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ before_script:
3434 - " mysql -e 'DROP DATABASE IF EXISTS test_pymysql2; create database test_pymysql2 DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'"
3535
3636install :
37- - if python -c "import sys; sys.exit(sys.version_info < (3,5))"; then
38- pip install uvloop;
39- fi
4037 - pip install -Ur requirements-dev.txt
4138 - pip install .
4239 - pip install codecov
Original file line number Diff line number Diff line change @@ -73,10 +73,6 @@ After that please install libraries required for development::
7373
7474 $ pip install -r requirements-dev.txt
7575
76- We also recommend to install *ipdb * but it's on your own::
77-
78- $ pip install ipdb
79-
8076Congratulations, you are ready to run the test suite
8177
8278Install database
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ docker==3.4.1
1010sphinx == 1.7.6
1111sphinxcontrib-asyncio == 0.2.0
1212sqlalchemy == 1.2.10
13+ uvloop == 0.11.2 ; python_version >= '3.5'
You can’t perform that action at this time.
0 commit comments