]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Stop building bundles since its not needed on CircuitPython.
authorScott Shawcroft <scott@tannewt.org>
Thu, 28 Jun 2018 18:56:46 +0000 (11:56 -0700)
committerScott Shawcroft <scott@tannewt.org>
Thu, 28 Jun 2018 18:56:46 +0000 (11:56 -0700)
.travis.yml
README.rst [changed mode: 0644->0755]

index 61d0d8d910c5e142b78a3f00e3770cefda5f8fc2..98cdc4d68fe9ab599ad7b0860d4cf27e0197fb22 100755 (executable)
@@ -1,8 +1,3 @@
-# This is a common .travis.yml for generating library release zip files for
-# CircuitPython library releases using circuitpython-build-tools.
-# See https://github.com/adafruit/circuitpython-build-tools for detailed setup
-# instructions.
-
 dist: trusty
 sudo: false
 language: python
 dist: trusty
 sudo: false
 language: python
@@ -13,14 +8,6 @@ cache:
     pip: true
 
 deploy:
     pip: true
 
 deploy:
-  - provider: releases
-    api_key: $GITHUB_TOKEN
-    file_glob: true
-    file: bundles/*
-    skip_cleanup: true
-    overwrite: true
-    on:
-      tags: true
   - provider: pypi
     user: adafruit-travis
     password:
   - provider: pypi
     user: adafruit-travis
     password:
@@ -35,5 +22,4 @@ install:
 script:
   - pylint src/**/*.py
   - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
 script:
   - pylint src/**/*.py
   - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
-  - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-blinka --library_location src/
   - cd docs && sphinx-build -E -W -b html . _build/html
   - cd docs && sphinx-build -E -W -b html . _build/html
old mode 100644 (file)
new mode 100755 (executable)
index 127131d..e94a478
@@ -9,8 +9,8 @@ Introduction
     :target: https://discord.gg/nBQh6qu
     :alt: Discord
 
     :target: https://discord.gg/nBQh6qu
     :alt: Discord
 
-.. image:: https://travis-ci.org/adafruit/Adafruit_Micropython_Blinka.svg?branch=master
-    :target: https://travis-ci.org/adafruit/Adafruit__Micropython_Blinka
+.. image:: https://travis-ci.org/adafruit/Adafruit_Blinka.svg?branch=master
+    :target: https://travis-ci.org/adafruit/Adafruit_Blinka
     :alt: Build Status
 
 This repository contains a selection of packages mirroring the CircuitPython API
     :alt: Build Status
 
 This repository contains a selection of packages mirroring the CircuitPython API
@@ -32,13 +32,13 @@ are running Micropython. Since corresponding packages should be built-in to any
 CircuitPython image, they have no value on a device already running CircuitPython and would likely conflict in unhappy ways.
 
 The test suites in the test/src folder under **testing.universal** are by design
 CircuitPython image, they have no value on a device already running CircuitPython and would likely conflict in unhappy ways.
 
 The test suites in the test/src folder under **testing.universal** are by design
-intended to run on *either* CircuitPython *or* Micropython+compatibility layer to prove conformance. 
+intended to run on *either* CircuitPython *or* Micropython+compatibility layer to prove conformance.
 
 Usage Example
 =============
 
 At the time of writing (`git:7fc1f8ab <https://github.com/cefn/Adafruit_Micropython_Blinka/tree/7fc1f8ab477124628a5afebbf6826005955805f9>`_),
 
 Usage Example
 =============
 
 At the time of writing (`git:7fc1f8ab <https://github.com/cefn/Adafruit_Micropython_Blinka/tree/7fc1f8ab477124628a5afebbf6826005955805f9>`_),
-the following sequence runs through some basic testing of the digitalio compatibility layer... 
+the following sequence runs through some basic testing of the digitalio compatibility layer...
 
 .. code-block:: python
 
 
 .. code-block:: python
 
@@ -52,7 +52,7 @@ Contributing
 ============
 
 Contributions are welcome! Please read our `Code of Conduct
 ============
 
 Contributions are welcome! Please read our `Code of Conduct
-<https://github.com/adafruit/Adafruit_Micropython_Blinka/blob/master/CODE_OF_CONDUCT.md>`_
+<https://github.com/adafruit/Adafruit_Blinka/blob/master/CODE_OF_CONDUCT.md>`_
 before contributing to help this project stay welcoming.
 
 Building locally
 before contributing to help this project stay welcoming.
 
 Building locally