Skip to content

Commit f33a5d6

Browse files
committed
Drop support for python3.5 and Mac
1 parent 897ec1f commit f33a5d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# https://travis-ci.org/pySART/pyccp
1+
# https://travis-ci.org/bessman/pyccp
22
language: python
33
sudo: required
44
python:
5-
- 3.5
65
- 3.6
76
- 3.7
87
- 3.8
98
- "pypy3"
109

1110
os:
1211
- linux
13-
- macos
1412

1513
notifications:
1614
email: false

0 commit comments

Comments
 (0)