Skip to content

Commit baf74bf

Browse files
committed
Added Python3.5 build to travis-ci
1 parent 4c4d4fb commit baf74bf

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: python
2+
23
python:
3-
- "2.7"
4-
- "3.3"
5-
- "3.4"
4+
- 2.7
5+
- 3.4
6+
- 3.5
7+
68
script:
79
- ./test/check-exercises.py
810
- ./bin/fetch-configlet

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Please see the [contributing guide](https://github.com/exercism/x-api/blob/maste
1313
We welcome both improvements to the existing exercises and new exercises.
1414
A pool of exercise ideas can be found in the [x-common repo](https://github.com/exercism/x-common).
1515

16-
All exercises must be compatible with Python versions 2.7, 3.3 and 3.4.
17-
Therefore please test your changes at least with Python2.7 and Python3.4.
16+
All exercises must be compatible with Python versions 2.7, 3.4 and 3.5.
17+
Therefore please test your changes at least with Python2.7 and Python3.5.
1818

1919
To test a single exercise, say crypto-square, run:
2020
```

0 commit comments

Comments
 (0)