Explorar o código

이러면 되나

2DU %!s(int64=9) %!d(string=hai) anos
pai
achega
4189c3d4a6
Modificáronse 1 ficheiros con 13 adicións e 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