File tree 4 files changed +10
-22
lines changed
4 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
- sudo : false
3
+ python :
4
+ - ' 2.7'
5
+ - ' 3.4'
6
+ - ' 3.5'
7
+ - ' 3.6'
4
8
5
- env :
6
- - TOX_ENV=py27
7
- - TOX_ENV=py34
9
+ sudo : false
8
10
9
11
matrix :
10
12
fast_finish : true
@@ -13,14 +15,10 @@ before_install:
13
15
- pip install codecov
14
16
15
17
install :
16
- - pip install tox
18
+ - pip install -r requirements.txt
17
19
18
20
script :
19
- - tox -e $TOX_ENV
21
+ - python runtests.py
20
22
21
23
after_success :
22
24
- codecov
23
-
24
- notifications :
25
- slack :
26
- secure : oZ8RyQDjZ5bEshG22qyETsVwBeUrnOJi42TKkL+bPteyr3TOu0D118fLsYATyUhJZL4oo/lEeV0lbswRpCYIaxES4Xo+0CbBc5keaF3jGU8N7VbjxCLMpVEATGE0r3C0xxxj3oh5JRbS8JWPCNPFyDVgZaaC/HgHHiijDk/QmF0SrRKRwH+rAzY/nqNjERboGTn+/jBSchUfy/T0ex1PpZlRj3LDiRD3SBmMRL9qPUgqCT++N/PpVSEexDgmAQ7P4uBzQizqOMpDuU5KZ4PLBzHoLMLa8UbQlWQ72E23lZHeJFzsjpUB1IqwPli1WWtmtRXgegxeAYCfV3729YbYU9/3TaU+D28fcHeEYGcC9eP9jz/Wk+adKfRcPI5Wvd2xXpaVHKYNO1jqrf9BZwndzylZyzuQQpWyJK8ilgGHRjwR+K/Q0v9TDofbsFZGb9z8XuAuwrz/ZdOgNCY/QHr/BBu5qDiuTPSZ4hfZTK3Tab19gd6RwuvbO+4Q/sOoNOPvAEY9Fp6j0RNHBX3t0+pb2kWt80zN9WstZ71Jygi9qqCpdbxzhb/9BWiWzSWGuBwHzN3HVq9EyeOJwEWdSfGSc7jeh1L+BEqV5q0GlAIfApkJjY74IRkBksrf/MZD6t9wLmJ+iz+zL60DB9/9xx5rMuekpuqAMwV94rGi8Qj5SqA=
Original file line number Diff line number Diff line change 1
- __version__ = '0.0.2 '
1
+ __version__ = '0.0.3 '
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def cli(requirement, demo):
21
21
print (" \ \_\ \/\_____\ \ \_\ \ \_\ \ \_____\ \ \_\ " )
22
22
print (" \/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/ " )
23
23
print ("\n PyPIup" )
24
- print (" https://github.com/ekonstantinidis /pypiup" )
24
+ print (" https://github.com/manosim /pypiup" )
25
25
26
26
if demo :
27
27
demo_path = os .path .join (BASE_DIR , 'requirements/requirements-demo.txt' )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments