Browse Source

build status. removed python 3.5

kmpm 8 years ago
parent
commit
2a17b2b787
2 changed files with 3 additions and 1 deletions
  1. 0 1
      .travis.yml
  2. 3 0
      README.md

+ 0 - 1
.travis.yml

@@ -1,7 +1,6 @@
 language: python
 python:
   - 2.7
-  - 3.5
 
 # command to install dependencies
 install: "pip install -r test_requirements.txt"

+ 3 - 0
README.md

@@ -1,5 +1,8 @@
 nodemcu-uploader.py
 ===================
+
+[![Build Status](https://travis-ci.org/kmpm/nodemcu-uploader.svg?branch=master)](https://travis-ci.org/kmpm/nodemcu-uploader)
+
 A simple tool for uploading files to the filesystem of an
 ESP8266 running NodeMCU as well as some other useful commands.