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

Commit

Permalink
upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Mar 10, 2021
1 parent 992ca43 commit f1237ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ python:

before_install:
- sudo apt-get install -y pandoc pandoc-citeproc texlive
- python3 -m pip install --upgrade pip

addons:
apt:
update: true

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

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

0 comments on commit f1237ca

Please sign in to comment.