Skip to content

Commit

Permalink
Temporary remove Python 3.4
Browse files Browse the repository at this point in the history
Seems to be causing a problem with Travis.

Signed-off-by: Geoffrey Wiseman <geoffrey.wiseman@codiform.com>
  • Loading branch information
geoffreywiseman committed May 9, 2018
1 parent 58f61b3 commit 72f9eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
# - 3.4
install:
- pip install .
script:
Expand Down

0 comments on commit 72f9eff

Please sign in to comment.