Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Add Travis configuration, make setup.py executable
Browse files Browse the repository at this point in the history
  • Loading branch information
spookey committed Dec 14, 2015
1 parent feca22e commit 86858c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
script: "./setup.py pytest"
1 change: 1 addition & 0 deletions setup.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
'''
|info_cname| is available as package, you can find the newest version here:
Expand Down

0 comments on commit 86858c2

Please sign in to comment.