Skip to content

Commit

Permalink
fix: build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aju100 committed Mar 30, 2021
1 parent 303236c commit 966c669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- 3.5

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements_dev.txt
install: pip3 install -r requirements_dev.txt

# Command to run tests, e.g. python setup.py test
script: tox
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0
tox-travis==0.12
Pillow
PIL==7.2.0

0 comments on commit 966c669

Please sign in to comment.