Browse Source

이러면 되나

2DU 9 năm trước cách đây
mục cha
commit
4189c3d4a6
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      .travis.yml

+ 13 - 0
.travis.yml

@@ -0,0 +1,13 @@
+sudo: false
+language: python
+python:
+  - "3.3"
+  - "3.4"
+  - "3.5"
+  - "3.6"
+  - "pypy3"
+install:
+  - pip install flask
+  - pip install bcrypt
+  - pip install pymysql
+script: app.py