Skip to content

Commit

Permalink
added travis file and removed old test file
Browse files Browse the repository at this point in the history
  • Loading branch information
caphrim007 committed Oct 25, 2017
1 parent f73329e commit 27b4c22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
python:
- 2.7
- 3.5
- 3.6
sudo: true
services:
- docker
deploy:
- provider: pypi
user: $PYPI_USER
password: $PYPI_PASSWORD
on:
all_branches: true
tags: true
python: 2.7
skip_cleanup: true
8 changes: 0 additions & 8 deletions test.py

This file was deleted.

0 comments on commit 27b4c22

Please sign in to comment.