Skip to content

Commit

Permalink
sync zip and tgz build; drop stale CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 15, 2020
1 parent 1b069c8 commit d35a021
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 109 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,10 @@ language: python

matrix:
include:
- python: '2.6'
env:

- python: '2.7'
env:
- COVERAGE="true"

- python: '3.1'
env:

- python: '3.2'
env:

- python: '3.3'
env:

- python: '3.4'
env:

- python: '3.5'
env:

Expand Down Expand Up @@ -52,11 +37,6 @@ matrix:
env:

allow_failures:
- python: '2.6'
- python: '3.1'
- python: '3.2'
- python: '3.3'
- python: '3.4'
- python: '3.9-dev'
- python: 'nightly'
- python: 'pypy'
Expand Down
89 changes: 0 additions & 89 deletions MANIFEST

This file was deleted.

11 changes: 11 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
include LICENSE
include README*
include tox.ini
recursive-include applications *
recursive-include docs *
recursive-include examples *
recursive-include examples2 *
recursive-include scripts *
recursive-include tests *
include .*
prune .git
prune .coverage

0 comments on commit d35a021

Please sign in to comment.