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

Commit 7c3d911

Browse files
committed
.
1 parent d12870c commit 7c3d911

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,20 @@ python:
44
- "3.6"
55
#- "3.7-dev"
66
#- "pypy-5.3.1"
7-
8-
97
allow_failures:
108
#- python: "3.7-dev"
119
#- python: "pypy-5.3.1"
12-
13-
1410
install:
1511
- pip install -r requirements.txt
1612
- pip install .
1713
- pip install pytest matplotlib
1814
script:
1915
- py.test
20-
21-
2216
deploy:
2317
provider: pypi
2418
user: ohjeah
2519
password: $PYPI_PW
2620
on:
2721
tags: true
22+
python: "3.6"
2823
all_branches: true

0 commit comments

Comments
 (0)