Browse Source

fix python-mysql

oz123 10 năm trước cách đây
mục cha
commit
9c301de7a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -14,7 +14,7 @@ before_script:
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get install python-psycopg2 python3-psycopg2
-  - sudo apt-get install python-mysql python3-mysql
+  - sudo apt-get install python-mysql
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install: 
   - "pip install -r requirements.txt"