Tweak for Python 3.7

pull/9/head
Thomas Sileo 2018-07-01 12:12:14 +02:00
rodzic 8c30ccbe61
commit 5b7a20717a
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
language: python
python:
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt

Wyświetl plik

@ -61,6 +61,7 @@ setup(
"License :: OSI Approved :: ISC License (ISCL)",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],