we need travis config file

named .travis.yml
This commit is contained in:
sigoa 2018-03-22 18:24:45 +01:00 committed by GitHub
parent 55d6239e3d
commit b732850cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
{
"language": "python",
"os": "linux",
"group": "stable",
"dist": "trusty"
}