diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-08-05 14:05:25 -0700 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-08-05 14:05:25 -0700 |
| commit | a7b3c12c5941b122211ebc26f5c5e0c6904ab1b1 (patch) | |
| tree | 2afc8d46f4e5dc79aa9bbd7ff5090d1a561fdace /.travis.yml | |
| parent | e5b1ac965be7115411d29f39ec861123a334b80b (diff) | |
| download | wikiget-a7b3c12c5941b122211ebc26f5c5e0c6904ab1b1.tar.gz wikiget-a7b3c12c5941b122211ebc26f5c5e0c6904ab1b1.zip | |
Update Travis CI config
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index d373bba..9abb2f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,16 @@ language: python dist: xenial python: -- '3.5' -- '3.6' -- '3.7' -- '3.8' + - '3.5' + - '3.6' + - '3.7' + - '3.8' + - '3.9-dev' install: -- python setup.py install + - pip install -U pip + - pip install . script: -- python setup.py test + - python setup.py test deploy: provider: pypi user: clpo13 |
