Skip to content

Commit f016ddd

Browse files
authored
Fixed CI configurations for pull request #11. Removed Python 3.3 build and added new versions. (#13)
1 parent dd989c5 commit f016ddd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
8-
- "3.6-dev" # 3.6 development branch
7+
- "3.6"
8+
- "3.7"
9+
- "3.8"
10+
- "3.8-dev"
911

10-
install: "pip install ."
12+
install:
13+
- pip install .
1114

12-
script: py.test
15+
script:
16+
- pytest

0 commit comments

Comments
 (0)