Skip to content

Commit

Permalink
removed python 3.4 test, due to ended support and withed test for
Browse files Browse the repository at this point in the history
'nightly' python to 3.8 since nightly python now is 3.9
  • Loading branch information
s-weigand committed Jan 8, 2020
1 parent 7089ed8 commit 0224b91
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ matrix:
- env: SPHINX="==2.2.0"

# a few Python versions using latest Sphinx release
- python: "3.4"
env: BIBTEX="==0.4.2"
- python: "3.5"
- python: "3.6"
- python: "3.7"
- python: "nightly"
#- python: "pypy3"
- python: "3.8"
# - python: "nightly"

- name: Python 2.7 + latest Sphinx
python: "2.7"
Expand Down

0 comments on commit 0224b91

Please sign in to comment.