Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseratti committed Dec 9, 2016
1 parent ea709f5 commit ee95c50
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 @@ -31,7 +31,7 @@ install:
- pip install --upgrade -r python-requirements.txt

# unittests
before_script: PYTHONPATH=./src python -m pytest ./src/tests
before_script: ./run_tests.sh

script:
- ./validate.sh
Expand Down
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
PYTHONPATH=./src python -m pytest src/tests
PYTHONPATH=./src py.test src/tests

0 comments on commit ee95c50

Please sign in to comment.