aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-27 00:44:42 +0100
committercodl <[email protected]>2017-11-27 00:44:54 +0100
commit9c490fc387354c720033d0b5845804ab4f020c12 (patch)
tree729f8a50bac187566c9982ec7e776f3a48f23ec5 /.travis.yml
parentb99387810036f7d72a1c9ec0e33e4c10dcb07081 (diff)
downloadmastodon.py-9c490fc387354c720033d0b5845804ab4f020c12.tar.gz
add .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
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 @@
1language: python
2python:
3 - "3.6"
4 - "2.7"
5
6install: pip install .
7script: python setup.py pytest
Powered by cgit v1.2.3 (git 2.41.0)