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

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohjeah committed Nov 5, 2017
1 parent d12870c commit 7c3d911
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,20 @@ python:
- "3.6"
#- "3.7-dev"
#- "pypy-5.3.1"


allow_failures:
#- python: "3.7-dev"
#- python: "pypy-5.3.1"


install:
- pip install -r requirements.txt
- pip install .
- pip install pytest matplotlib
script:
- py.test


deploy:
provider: pypi
user: ohjeah
password: $PYPI_PW
on:
tags: true
python: "3.6"
all_branches: true

0 comments on commit 7c3d911

Please sign in to comment.