Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
event-tracking
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
event-tracking
Commits
20ac8fdd
Commit
20ac8fdd
authored
Jul 17, 2017
by
Brian Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update travis configuration for PyPI publishing.
parent
400b6383
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
.travis.yml
+11
-0
setup.py
+1
-1
No files found.
.travis.yml
View file @
20ac8fdd
# Config file for automatic testing at travis-ci.org
language
:
python
language
:
python
python
:
python
:
...
@@ -14,3 +16,12 @@ script:
...
@@ -14,3 +16,12 @@ script:
-
tox
-
tox
services
:
mongodb
services
:
mongodb
deploy
:
provider
:
pypi
user
:
edx
password
:
secure
:
JUf0mqd5jrKJncfUkQTRg6K+dfR1qQxE0SwDKq7hTbY+zdHM7M9kDUsNUKgzG6rni/1+b7Ke4BuM6OnxozxQDnTkPBEVjwUo5z8LGCQqr8fONDZXM77oas3OVusCWJvGHrlWTu7umXxixreVB1NPSbLgwi21WwFtwuXwJAXu4uE=
distributions
:
sdist bdist_wheel
on
:
tags
:
true
setup.py
View file @
20ac8fdd
...
@@ -41,7 +41,7 @@ REQUIREMENTS.append('Django>=1.8,<2')
...
@@ -41,7 +41,7 @@ REQUIREMENTS.append('Django>=1.8,<2')
setup
(
setup
(
name
=
'event-tracking'
,
name
=
'event-tracking'
,
version
=
'0.2.
3
'
,
version
=
'0.2.
4
'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
include_package_data
=
True
,
include_package_data
=
True
,
license
=
'AGPLv3 License'
,
license
=
'AGPLv3 License'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment