diff options
| author | Cody Logan <clpo13@gmail.com> | 2018-12-14 11:59:18 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2018-12-14 11:59:18 -0800 |
| commit | e4c5060435483ffbdee75ae5bd23d53e4690cf99 (patch) | |
| tree | 0e52539ac15da7c297a6c445994fd25fe0daf987 /.travis.yml | |
| parent | fb42a66bf718098c382d6fb50f24f1c60a13f6e7 (diff) | |
| download | wikiget-e4c5060435483ffbdee75ae5bd23d53e4690cf99.tar.gz wikiget-e4c5060435483ffbdee75ae5bd23d53e4690cf99.zip | |
Create .travis.yml
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8ae85b4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.3" + - "3.4" + - "3.5" + - "3.6" + - "3.7" + - "3.8-dev" +install: + - python setup.py install +script: + - python setup.py test |
