fixing tests path in .travis.yml

This commit is contained in:
poikjhn 2016-06-03 18:19:29 +02:00
parent 89e6467d74
commit aeb5503013

View File

@ -6,4 +6,4 @@ python:
- "3.5"
install: "pip install -r requirements.txt"
script:
- ./tests/run_tests.py
- ./tests/run_tests.sh