Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python 3.6 and 3.8 support for software tests #136

Merged
merged 3 commits into from
Jan 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ language: python

matrix:
include:
- name: "python 3.5 on xenial Linux"
python: 3.5
- name: "python 3.6 on xenial Linux"
python: 3.6
dist: xenial
sudo: true
- name: "python 3.7 on xenial Linux"
python: 3.7
dist: xenial
sudo: true
# - name: "python 3.8 on xenial Linux"
# python: 3.8
# dist: xenial
# sudo: true
# - name: "Python 3.7.2 on macOS"
# os: osx
# osx_image: xcode10.2
Expand Down
1 change: 0 additions & 1 deletion tespy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
networks
)


# tespy connection imports
from tespy import connections

Expand Down