We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145d047 commit 79e604cCopy full SHA for 79e604c
.travis.yml
@@ -0,0 +1,8 @@
1
+language: python
2
+
3
+python:
4
+ - 3.6
5
6
+script:
7
+ - pip install -e .
8
+ - python setup.py test
README.rst
@@ -1,3 +1,7 @@
+.. image:: https://travis-ci.org/MagicStack/pep567.svg?branch=master
+ :target: https://travis-ci.org/MagicStack/pep567
PEP 567 Backport
================
0 commit comments