Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ services:
install:
- pip install -r requirements.txt

env:
secure: avzHKWEiOtuKAHOzlWDVwlX51x13EbfLkERuxNw4TnTIhfoqOKweYgxxOSaeKmKYrQYXnuRiQ3ed5oG6SbOmGIJwp73jpWHpoxDqnyGjcUJCmYDQMU35whEZEjhfEvazR9fgfzzVsA0JOmRFBy8aItfvz10tuUJYfg7q4znA2VSdP6NCPruW8ZEKLOalaa4JS02UsQbkFMUO1Ryc7abwyaBdaiogQM5RJrNMV+UY5+owfLYWL7RFGBcaf5q8hlqVjqIVn8mCU7rukqSRqDNK/bVdLKC2v1FNm5ITuVCiIEfhweZPzohUWUe270hwn3G8A+LsTrn8JzvIButa/9bk5A==

# Make folders for the reports
before_script:
- mkdir -p shippable/testresults
Expand All @@ -20,6 +23,7 @@ script:
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
- which python && coverage run --branch test.py
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py
- echo $foo

notifications:
email: false