This commit is contained in:
Freddy Tan 2016-11-18 17:31:23 +08:00
parent fcd2883ce9
commit baf18a3e0b

View file

@ -20,6 +20,6 @@ install:
- "pip install ." - "pip install ."
# command to run tests # command to run tests
script: script:
- "export PAHT=$PATH:$PWD/test" - "export PATH=$PATH:$PWD/test"
- cd test - cd test
- py.test - py.test