Skip to content

Commit

Permalink
Removed jetbrains junk, setup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jan 27, 2019
1 parent ff935f7 commit e1f139c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 169 deletions.
4 changes: 0 additions & 4 deletions .idea/encodings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/pysonofflan.iml

This file was deleted.

123 changes: 0 additions & 123 deletions .idea/workspace.xml

This file was deleted.

21 changes: 5 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
# Config file for automatic testing at travis-ci.org

language: python
python:
- 3.6
- 3.5
- 3.4
- 2.7

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
- 3.6
- 3.5
- 3.4
- 2.7
install: pip install -U tox-travis

# Command to run tests, e.g. python setup.py test
script: tox

# Assuming you have installed the travis-ci CLI tool, after you
# create the Github repo and add it to Travis, run the
# following command to finish PyPI deployment setup:
# $ travis encrypt --add deploy.password
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: beveradb
password:
secure: PLEASE_REPLACE_ME
secure: B2GjQNy6YqcxJyjqVifLIdcSbrfWQdwxROj//4Ii6EX4bEohwo+Apdec488kJZ8CLYf6Fry1lf8wpN6OYU531Pt5BNPNG8MCAGfr5HTdtsV8ihrjr6vhC1USE9cqmnNWjpIPB7k6UaWELcsYSloeYrfgY/PQECigUtgmZt1BZHHO/3RfdaVxzO58Ye4gLV7uq7DPHOq8aExhgwO2WZyFLI21hiG03BxJ27gUKVIxz3bG+SDrbS3OCdOKCUr4471nCHCcVMAJl0g2FTAR6XqpBeUqveCfKu0dNDM7EtsloCaBZOzD2xJzJY5tTOKEZGLCCaEZlx+jMbZrI4XJyEOBNyYhXTS6lkR3xQHSAIL/Is0b+MulK0Zx1rXKdf/iijXo4dWmn89ca9s4iUu8Ks/ajzZ4LCyJzXZeKfWdB/M/4RAt6cysIWLkttkYSu1YTxF0+c85yBdlZh4b7/DfOJMzWQ6vf/AyeEwQrje+pdABeiAkk16LZZtv02jiqEXOFgmq+msDQWLf2C34z7hoQf97fRlkJ56wr0tmneFYUR30xWrRp/aZW0dqy/wREfj3xGZm6sW9PbgliXyAnWS8R1Yq7mCtA4j8MtiE40lg08WZVeG0GED9zgXXTFTx8qX3xMiwRu4TioSjAk9+5vYVkD04Vtax7uut0U1U6fY3dQSLjTE=
on:
tags: true
repo: beveradb/pysonofflan
Expand Down

0 comments on commit e1f139c

Please sign in to comment.