Skip to content

Commit 79e604c

Browse files
committed
Enable Travis CI integration
1 parent 145d047 commit 79e604c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://travis-ci.org/MagicStack/pep567.svg?branch=master
2+
:target: https://travis-ci.org/MagicStack/pep567
3+
4+
15
PEP 567 Backport
26
================
37

0 commit comments

Comments
 (0)