Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satella
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
satella
Commits
3a6891cb
Unverified
Commit
3a6891cb
authored
7 years ago
by
Piotr Maślanka
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #13 from piotrmaslanka/Issue-11
Fixes #11
parents
9d0f4043
b8315b00
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+4
-2
4 additions, 2 deletions
.travis.yml
setup.cfg
+3
-2
3 additions, 2 deletions
setup.cfg
setup.py
+2
-1
2 additions, 1 deletion
setup.py
with
9 additions
and
5 deletions
.travis.yml
+
4
−
2
View file @
3a6891cb
...
@@ -2,8 +2,10 @@ language: python
...
@@ -2,8 +2,10 @@ language: python
python
:
python
:
-
"
2.7"
-
"
2.7"
-
"
3.5"
-
"
3.5"
-
"
3.4"
-
"
3.6"
-
"
pypy"
-
"
3.7-dev"
-
"
pypy3.5"
-
"
pypy2.7"
cache
:
pip
cache
:
pip
install
:
install
:
-
pip install -r requirements.txt
-
pip install -r requirements.txt
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
3
−
2
View file @
3a6891cb
...
@@ -10,13 +10,14 @@ url = https://github.com/piotrmaslanka/satella
...
@@ -10,13 +10,14 @@ url = https://github.com/piotrmaslanka/satella
classifier
=
classifier
=
Programming
Language :: Python
Programming
Language :: Python
Programming
Language :: Python :: 2.7
Programming
Language :: Python :: 2.7
Programming
Language :: Python :: 3.4
Programming
Language :: Python :: 3.5
Programming
Language :: Python :: 3.5
Programming
Language :: Python :: 3.6
Programming
Language :: Python :: 3.7
Programming
Language :: Python :: Implementation :: CPython
Programming
Language :: Python :: Implementation :: CPython
Programming
Language :: Python :: Implementation :: PyPy
Programming
Language :: Python :: Implementation :: PyPy
Operating
System :: POSIX
Operating
System :: POSIX
Operating
System :: OS Independent
Operating
System :: OS Independent
Development
Status ::
3
-
Alpha
Development
Status ::
5
-
Production/Stable
License
:: OSI Approved :: MIT License
License
:: OSI Approved :: MIT License
Topic
:: Software Development :: Libraries
Topic
:: Software Development :: Libraries
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
1
View file @
3a6891cb
...
@@ -11,5 +11,6 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
...
@@ -11,5 +11,6 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
tests_require
=
[
tests_require
=
[
"
nose
"
,
"
mock
"
,
"
coverage
"
"
nose
"
,
"
mock
"
,
"
coverage
"
],
],
test_suite
=
'
nose.collector
'
test_suite
=
'
nose.collector
'
,
python_requires
=
'
>=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
'
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment