Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Fix travis config for packaging and deploy to PyPI #13

Merged
merged 10 commits into from
Jan 17, 2019
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
language: python
python:
- '3.6'
script: echo "skipping build" # TEMP
install: pip install pip # TEMP
deploy:
provider: pypi
user: lukeorland
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE
include requirements/requirements.in