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: python app.py