Commit 71f60431 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

Everyone loves Travis

parent c84c619b
Loading
Loading
Loading
Loading
+3 −1
Changes for .travis.yml: 3 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -67,7 +67,9 @@ install:
script:
  - pytest --cov=autocnet
  # clean up any remaining processes...
  - killall5
  - if [["$TRAVIS_OS_NAME" == "osx"]]; then
      killall5;
    fi

after_success:
  # Upload to anaconda and push to coveralls