Skip to content

Commit

Permalink
trying to fix a testing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
erinxocon committed Sep 24, 2016
1 parent a7caeff commit 389f13f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ install:
- pip install -r requirements.txt
- python setup.py install
# command to run tests
script: python test/test_parse.py
script:
- cd test
- python test_parse.py

0 comments on commit 389f13f

Please sign in to comment.