Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Folder path corrected.
  • Loading branch information
filannim committed Feb 20, 2015
1 parent a98ee47 commit 272ce5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

python -m unittest discover tests/ '*test.py' &&
python3 -m unittest discover tests/ '*test.py'
python -m unittest discover wikia/tests/ '*test.py' &&
python3 -m unittest discover wikia/tests/ '*test.py'

0 comments on commit 272ce5c

Please sign in to comment.