Skip to content

Commit 55dde34

Browse files
author
Maximilian Maahn
committed
Revert "Added mac test on Travis"
This reverts commit a1e57ac.
1 parent a1e57ac commit 55dde34

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.travis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
language: python
2-
jobs:
3-
include:
4-
- os: linux
5-
python: 2.7
6-
- os: linux
7-
python: 3.6
8-
- os: linux
9-
python: 3.7
10-
- os: osx
11-
python: 3.6
2+
python:
3+
- "2.7"
4+
- "3.6"
5+
- "3.7"
126
before_install:
137
- pip install setuptools --upgrade
148
- pip install pip --upgrade

0 commit comments

Comments
 (0)