Skip to content

Commit dece1d0

Browse files
committed
Remove redundant uvloop install now that it's in requirements.txt
1 parent 7ef7bb3 commit dece1d0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3636
install:
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

0 commit comments

Comments
 (0)