Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Travis (#82)
Browse files Browse the repository at this point in the history
PKG/TESTS: Add Python 2.7 to Travis build
  • Loading branch information
hoechenberger committed Nov 19, 2018
1 parent 6bc1e3c commit df730ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: python

matrix:
include:
- os: linux
env: PYTHON_VERSION=2.7

- os: linux
env: PYTHON_VERSION=3.6
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Version 2018.xx.xx
------------------
* Update installation instructions
* Automated testing using Travis now also runs on Python 2.7 (only tested Python 3 before)

Version 2018.11.07
------------------
Expand Down

0 comments on commit df730ae

Please sign in to comment.