Skip to content

Commit

Permalink
added py3.8 and py3.9 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Feb 22, 2021
1 parent f62628a commit c2a7f24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: false
language: python
dist: xenial
dist: bionic
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install: pip install tox-travis
script: tox
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tox]
envlist = py27,py34,py35,py35-pandas,py35-caching,py36,py37
envlist = py27,py34,py35,py36,py36-pandas,py36-caching,py37,py38

[testenv]
#changedir=tests
commands=
python tests/test.py

[testenv:py35-pandas]
[testenv:py36-pandas]
#changedir=tests
deps=
nose
Expand All @@ -15,7 +15,7 @@ commands=
nosetests -v tests.gene:TestGeneClient.test_querymany_dataframe
nosetests -v tests.variant:TestVariantClient.test_querymany_dataframe

[testenv:py35-caching]
[testenv:py36-caching]
#changedir=tests
deps=
nose
Expand Down

0 comments on commit c2a7f24

Please sign in to comment.