@@ -1,12 +0,0 @@
-sudo: false
-language: python
-python:
- - "3.3"
- - "3.4"
- - "3.5"
- - "3.6"
-install:
- - pip install flask
- - pip install bcrypt
- - pip install pymysql
-script: print('test')