Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
fix tox-travis command
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Mar 10, 2021
1 parent 96ff811 commit 8e54777
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

language: python
python:
- 3.6
- "3.6"
- "3.7"
- "3.8"
- "3.9"

before_install:
- sudo apt-get install -y pandoc pandoc-citeproc texlive
Expand All @@ -12,7 +15,7 @@ addons:
update: true

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis
install: pip install tox-travis

# Command to run tests, e.g. python setup.py test
script: tox

0 comments on commit 8e54777

Please sign in to comment.