Skip to content

Commit c94e507

Browse files
myintsigmavirus24
authored andcommitted
Remove obsolete version of Python from Travis CI (#91)
This also adds the latest version of Python. The `setuptools` on Travis CI no longer supports Python 3.2: pypa/setuptools@b47fe15 https://travis-ci.org/myint/scspell/jobs/235721220#L146
1 parent 074c21d commit c94e507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: python
22
python:
33
- 2.6
44
- 2.7
5-
- 3.2
65
- 3.3
76
- 3.4
87
- 3.5
8+
- 3.6
99
- nightly
1010
- pypy
1111
- pypy-5.3

0 commit comments

Comments
 (0)