diff --git a/.travis.yml b/.travis.yml index 35f5528..1ce910d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,6 @@ install: - "pip install ." # command to run tests script: - - "export PAHT=$PATH:$PWD/test" + - "export PATH=$PATH:$PWD/test" - cd test - py.test \ No newline at end of file