Skip to content

Commit

Permalink
Merge pull request #64 from hootnot/requirements
Browse files Browse the repository at this point in the history
Requirements / Python 3.6 CI
  • Loading branch information
hootnot committed Feb 8, 2017
2 parents 673d5df + 8aab720 commit 97f6e35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- pypy
install:
- pip install pip --upgrade
- pip install six
- pip install requests-mock
- pip install coveralls
- pip install nose nose-parameterized
Expand Down
16 changes: 11 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Status

Supported Python versions:

+-------------------+-----+-----+-----+-----+------+
| Python | 2.7 | 3.3 | 3.4 | 3.5 | Pypy |
+===================+=====+=====+=====+=====+======+
| **oanda-api-v20** | YES | YES | YES | YES | YES |
+-------------------+-----+-----+-----+-----+------+
+-------------------+-----+-----+-----+-----+-----+------+
| Python | 2.7 | 3.3 | 3.4 | 3.5 | 3.6 | Pypy |
+===================+=====+=====+=====+=====+=====+======+
| **oanda-api-v20** | YES | YES | YES | YES | YES | YES |
+-------------------+-----+-----+-----+-----+-----+------+



Expand All @@ -61,6 +61,12 @@ If you want to run the tests, clone the repository:
$ git clone https://github.com/hootnot/oanda-api-v20
$ cd oanda-api-v20
# install necessary packages for testing
$ grep "\- pip install" .travis.yml |
> while read LNE
> do `echo $LNE| cut -c2-` ; done
$ python setup.py test
$ python setup.py install
Expand Down

0 comments on commit 97f6e35

Please sign in to comment.