2DU
9 years ago
1 changed files with
12 additions and
0 deletions
-
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
|