Skip to content

Commit

Permalink
Merge pull request JuliaPy#59 from PallHaraldsson/patch-4
Browse files Browse the repository at this point in the history
Test on 3.5 (and 2.7) only [non-conflict version..]
  • Loading branch information
Keno authored Aug 16, 2016
2 parents 442afd9 + eb8eec9 commit 8fcc7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ matrix:
env: JULIA_VERSION=julianightlies
os: linux
- language: python
python: 3.4
python: 3.5
env: JULIA_VERSION=juliareleases
os: linux
- language: python
python: 3.4
python: 3.5
env: JULIA_VERSION=julianightlies
os: linux
- language: python
python: 3.4
python: 3.5
env:
- JULIA_VERSION=julianightlies
- CROSS_VERSION=1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python -m unittest discover

**Note** You need to explicitly add julia to your `PATH`, an alias will not work.

`pyjulia` is tested against Python versions 2.7, 3.3 and 3.4. Older versions of Python are not supported.
`pyjulia` is tested against Python versions 2.7 and 3.5. Older versions of Python (than 2.7) are not supported.

Installation
------------
Expand Down

0 comments on commit 8fcc7f8

Please sign in to comment.