Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 813c88b

Browse files
authored
Initial commit of travis.yml
1 parent f0c917e commit 813c88b

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.travis.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Config file for automatic testing at travis-ci.org
2+
3+
language: python
4+
python:
5+
- "3.7-dev"
6+
- "3.6-dev"
7+
- "3.6"
8+
9+
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
10+
install: pip install -U tox-travis flake8
11+
12+
# Command to run tests, e.g. python setup.py test
13+
script:
14+
- tox
15+
- flake8 diffusive_distinguishability
16+
17+
# Assuming you have installed the travis-ci CLI tool, after you
18+
# create the Github repo and add it to Travis, run the
19+
# following command to finish PyPI deployment setup:
20+
# $ travis encrypt --add deploy.password
21+
deploy:
22+
provider: pypi
23+
distributions: sdist bdist_wheel
24+
user: jcass11
25+
password:
26+
secure: PLEASE_REPLACE_ME
27+
on:
28+
tags: true
29+
repo: jcass11/diffusive_distinguishability
30+
python: 3.7

0 commit comments

Comments
 (0)