Skip to content

Commit

Permalink
CK fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Mar 27, 2020
1 parent 332b584 commit bfcf1ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install:
- ${PYTHON_EXE} --version
- ${PIP_EXE} --version
- ${PIP_EXE} install setuptools
- ${PIP_EXE} install ck
- ${PYTHON_EXE} setup.py install

script:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ environment:

install:
- pip install setuptools
- pip install ck
- python setup.py install

build: false
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,3 @@
print ('')
print (notes)
print ('*********************************************************************')

exit(0)

0 comments on commit bfcf1ab

Please sign in to comment.