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

Commit

Permalink
fixing test config
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhoch committed Apr 11, 2016
1 parent bc1c04a commit a01d684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ language: python
python:
- "3.4"
install: "pip install -r requirements.txt"
script: sh tests/unit/scriptrunner.sh
script: sh test/scriptrunner.sh

3 changes: 1 addition & 2 deletions test/scriptrunner.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/sh
python ./tests/unit/json_object_test.py
python ./tests/unit/json_validation_test.py
python ./json_validation_test.py

0 comments on commit a01d684

Please sign in to comment.