Skip to content

Commit

Permalink
Issue 225 (#226)
Browse files Browse the repository at this point in the history
* ensure LICENCE file is present in sdist so wheels may be built from the sdist

* spell MANIFEST correctly

* pin pip for py3.3
  • Loading branch information
televi authored and willmcgugan committed Nov 3, 2018
1 parent e1f5fbb commit 85750e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,23 @@ language: python
matrix:
include:
- python: "2.7"
env: SETUPTOOLS=setuptools
env:
- SETUPTOOLS=setuptools PIP=pip
- python: "3.3"
env: SETUPTOOLS=setuptools~=39.2
env:
- SETUPTOOLS=setuptools~=39.2 PIP="pip<=18.0"
- python: "3.4"
env: SETUPTOOLS=setuptools
env:
- SETUPTOOLS=setuptools PIP=pip
- python: "3.5"
env: SETUPTOOLS=setuptools
env:
- SETUPTOOLS=setuptools PIP=pip
- python: "3.6"
env: SETUPTOOLS=setuptools
env:
- SETUPTOOLS=setuptools PIP=pip

before_install:
- pip install $SETUPTOOLS pip -U
- pip install $SETUPTOOLS $PIP -U
- pip --version
- pip install -r testrequirements.txt
- pip freeze
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE

0 comments on commit 85750e8

Please sign in to comment.