Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
prep for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Feb 12, 2016
1 parent bc30707 commit 0f3c60d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Config file for automatic testing at travis-ci.org
language: python
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
install:
- pip install tox
script: tox
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py27,
py33,py34,
py33,py34,py35,

[testenv]
setenv =
Expand Down

0 comments on commit 0f3c60d

Please sign in to comment.