2DU 9 anni fa
parent
commit
c25f4601a9
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 12 0
      .travis.yml

+ 12 - 0
.travis.yml

@@ -0,0 +1,12 @@
+sudo: false
+language: python
+python:
+  - "3.3"
+  - "3.4"
+  - "3.5"
+  - "3.6"
+  - "pypy3"
+install:
+  - pip install flask
+  - pip install bcrypt
+  - pip install pymysql