Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 23, 2017
1 parent 3ce31c5 commit e8f8944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ before_script: # configure a headless display to test plot generation
# command to run tests
script:
- "python ./test_script.py"
#- "coverage run --source=autonomio setup.py test"
- "coverage run -m autonomio.commands.data random_twitter"
- "coverage run --source=autonomio setup.py test"
#- "coverage run -m autonomio.commands.data random_twitter"

after_success:
coveralls

0 comments on commit e8f8944

Please sign in to comment.