Skip to content

Commit 72a5aaf

Browse files
committed
Fix previous version of sphinx-tabs not being updated before running tests (#15)
1 parent b602cb3 commit 72a5aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dist:
55

66
install:
77
pip install -r requirements.txt
8+
pip uninstall -y sphinx-tabs
89
python setup.py install
910

1011
test:

0 commit comments

Comments
 (0)