Skip to content

Commit e23a02a

Browse files
committed
Add Python 3.6 to appveyor and travis
1 parent e4a4c11 commit e23a02a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- 2.7
44
- 3.4
55
- 3.5
6+
- 3.6
67

78
cache:
89
directories:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
environment:
22
matrix:
3+
- PYTHON: "C:\\Python36"
34
- PYTHON: "C:\\Python35"
45
- PYTHON: "C:\\Python34"
56
- PYTHON: "C:\\Python27"

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ciw is a discrete event simulation library for open queueing networks.
88
Its core features include the capability to simulate networks of queues, multiple customer classes, and implementation of Type I blocking for restricted networks.
99
A number of other features are also implemented, including priorities, baulking, schedules, and deadlock detection.
1010

11-
Please note that Ciw is currently supported for and regularly tested on Python versions 2.7, 3.4 and 3.5.
11+
Please note that Ciw is currently supported for and regularly tested on Python versions 2.7, 3.4, 3.5 and 3.6.
1212
(However, for the documentation we assume Python 3 is used.)
1313

1414
Contents:

0 commit comments

Comments
 (0)