Skip to content

Add requirement file with pyserial dependency#22

Merged
hansmosh merged 1 commit intoniolabs:masterfrom
jamesleesaunders:requirements-txt
Aug 19, 2016
Merged

Add requirement file with pyserial dependency#22
hansmosh merged 1 commit intoniolabs:masterfrom
jamesleesaunders:requirements-txt

Conversation

@jamesleesaunders
Copy link
Copy Markdown
Collaborator

Adding requirements.txt with pyserial dependency. This stops Travis CI complaining with:

$ pip --version
pip 6.0.7 from /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages (python 2.7)
Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies.

With the requirements.txt file in place Travis CI is happier:

0.45s$ pip install -r requirements.txt
Collecting pyserial (from -r requirements.txt (line 1))
  Downloading pyserial-3.1.1-py2.py3-none-any.whl (200kB)
    100% |################################| 200kB 2.5MB/s 
Installing collected packages: pyserial
Successfully installed pyserial-3.1.1

@hansmosh hansmosh merged commit 11bd49e into niolabs:master Aug 19, 2016
@jamesleesaunders jamesleesaunders deleted the requirements-txt branch January 11, 2017 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants