Compare commits

...

2 Commits

2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ test:smolensk15:
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
- make build
- make tests
- make html
test:bionic:
image: bionic-dev

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
with open('README.rst', encoding='utf-8') as f:
readme = f.read()
with open('LICENSE', encouding='utf-8') as f:
with open('LICENSE', encoding='utf-8') as f:
license = f.read()
setup(