aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
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