diff options
author | codl <[email protected]> | 2017-11-27 00:44:42 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-27 00:44:54 +0100 |
commit | 9c490fc387354c720033d0b5845804ab4f020c12 (patch) | |
tree | 729f8a50bac187566c9982ec7e776f3a48f23ec5 | |
parent | b99387810036f7d72a1c9ec0e33e4c10dcb07081 (diff) | |
download | mastodon.py-9c490fc387354c720033d0b5845804ab4f020c12.tar.gz |
add .travis.yml
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..72b1587 --- /dev/null +++ b/.travis.yml | |||
@@ -0,0 +1,7 @@ | |||
1 | language: python | ||
2 | python: | ||
3 | - "3.6" | ||
4 | - "2.7" | ||
5 | |||
6 | install: pip install . | ||
7 | script: python setup.py pytest | ||