Explorar el Código

이러면 되나

2DU hace 9 años
padre
commit
4189c3d4a6
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  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